summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-08-05 17:20:41 +0200
committerParménides GV <parmegv@sdf.org>2014-08-05 17:20:41 +0200
commit782ec7260bd90582abecdd719dee1caf762177a0 (patch)
treeddd204116a6aefc3ef8e8ff89b21b6d78d81e143 /app/src/main/res/values
parent9521dbc9e5e37e49618f013acae0ede3690d8c72 (diff)
Append "Sign Up" to "Log in" button.
It's enough to reflect the fact that the button leads to a dialog from which the user can both log in or sign up.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cecb4ea1..8c815786 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -41,6 +41,7 @@
<string name="error_io_exception_user_message">Try again: I/O error</string>
<string name="error_json_exception_user_message">Try again: Bad response from the server</string>
<string name="error_no_such_algorithm_exception_user_message">Update the app</string>
+ <string name="signup_or_login_button">Sign Up/Log In</string>
<string name="login_button">Log In</string>
<string name="logout_button">Log Out</string>
<string name="signup_button">Sign Up</string>