aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 19:28:14 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 19:28:14 +0100
commit504e4f21a270e21fe3ae4e479998c24bf182626a (patch)
treed81e5eb513fad448379ad5ff3ea54c0f179e72da /src/main/res/values/strings.xml
parent99e21438c0ad268c08f09656ebc3d271c4e4031a (diff)
make registration uris work with fixed usernames
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 1c267eaf8..2b8f0074a 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -1000,4 +1000,6 @@
<string name="pref_enable_otr">Enable OTR encryption</string>
<string name="magic_create_text_on_x">You have been invited to %1$s. We will guide you through the process of creating an account.\\nWhen picking %1$s as a provider you will be able to communicate with users of other providers by giving them your full XMPP address.</string>
<string name="account_status_regis_invalid_token">Invalid registration token</string>
+ <string name="magic_create_text_fixed">You have been invited to %1$s. A username has already been picked for you. We will guide you through the process of creating an account.\nYou will be able to communicate with users of other providers by giving them your full XMPP address.</string>
+ <string name="your_server_invitation">Your server invitation</string>
</resources>