mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 12:07:26 +00:00
Updated constants file
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
package org.session.libsession.utilities
|
||||
|
||||
// Non-translatable strings for UI substitutions
|
||||
|
||||
// Non-translatable strings for use with the UI
|
||||
object NonTranslatableStringConstants {
|
||||
const val APP_NAME = "Session"
|
||||
const val DEBUG_MENU = "Debug Menu"
|
||||
const val GIF = "GIF"
|
||||
const val SESSION_DOWNLOAD_URL = "https://getsession.org/download"
|
||||
const val WAVING_HAND_EMOJI = "\uD83D\uDC4B" // Used on the landing page & substituted into `onboardingBubbleWelcomeToSession`
|
||||
const val BACKHAND_INDEX_POINTING_DOWN_EMOJI = "\uD83D\uDC47" // Used on the landing page & substituted into `onboardingBubbleCreatingAnAccountIsEasy`
|
||||
}
|
Reference in New Issue
Block a user