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
committerChristian Schneppe <christian@pix-art.de>2016-07-25 19:50:40 +0200
commit5cf5195e266b60bd3721116d012c463b681c62f5 (patch)
tree7c0e9ed5e09e47de438bf06a80f77d4acc8d2248 /src/main/res/values/strings.xml
parente388c64361a3dad44442dd1f8633e452302188e8 (diff)
display specific error message when password is too weak on registration
Diffstat (limited to '')
-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 0cffa2f4d..3528dcc9e 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -645,6 +645,7 @@
<string name="leave_conference_warning">Do you really want to leave this conference? You will no longer be notified of new messages until joining the conference again.</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>