aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-07-25 15:57:47 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-07-25 15:57:47 +0200
commit3409399ef1c4feb6370d830f6679fedc8f6256ec (patch)
tree463817075bab2b9dd4c21f047702667cbc742ec4 /src/main/res/values/strings.xml
parent198a9f222663ea5e216459f89c8c1d5fe220cb40 (diff)
display specific error message when password is too weak on registration
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 84d9fee2..9b404295 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -648,6 +648,7 @@
<string name="device_does_not_support_battery_op">Your device does not support opting out of battery optimization</string>
<string name="show_password">Show password</string>
<string name="registration_please_wait">Registration failed: Try again later</string>
+ <string name="registration_password_too_weak">Registration failed: Password too weak</string>
<string name="create_conference">Create conference</string>
<string name="join_or_create_conference">Join or create conference</string>
<string name="conference_subject">Subject</string>