Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ object NonTranslatableStringConstants {
const val PRO = "Pro"
const val ENTITY_RANGEPROOF = "Rangeproof PTY LTD"
const val ENTITY_STF = "The Session Technology Foundation"
const val DONATE_APPEAL_NAME = "Cofounder of Session Chris McCabe"
}

3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,9 @@
<string name="displayNameVisible">Your Display Name is visible to users, groups, and communities you interact with.</string>
<string name="document">Document</string>
<string name="donate">Donate</string>
<string name="donateSessionAppealDescription">Eight years ago, {app_name} was founded with a mission to restore your privacy. Today, {app_name} faces a funding shortage which puts its very survival at risk.\n\nIf you’ve ever found value in {app_name} or its mission, please give me a moment of your time and read this appeal.</string>
<string name="donateSessionAppealReadMore">Read Appeal</string>
<string name="donateSessionAppealTitle"><font color="0">Please Read:</font>\nA Personal Appeal From {donate_appeal_name}</string>
<string name="donateSessionDescription">Powerful forces are trying to weaken privacy, but we can’t continue this fight alone.\n\nDonating helps keep {app_name} secure, independent, and online.</string>
<string name="donateSessionHelp">{app_name} Needs Your Help</string>
<string name="done">Done</string>
Expand Down