Updated constants file
parent
81f56de11c
commit
86f89f8c61
@ -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`
|
||||
}
|
Loading…
Reference in New Issue