summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2018-02-27 07:18:18 -0800
committercyberta <cyberta@riseup.net>2018-02-27 07:18:18 -0800
commit507380a2c97e6f5e14f9c3b06c6b50b373e85bca (patch)
tree2484c107ed8d67f1fe56014e5e5e0a246cfbf7ba
parentf7a6d43bbd89c6e011d2b080887ab26617ad4471 (diff)
parent5f19f3786147a4b28ac1b5dbe2c8c1f0c6e3f77f (diff)
Merge branch '8871_reword_login_signup' into '0.9.8'
8871 - rename sign up/log in See merge request leap/bitmask_android!57
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a0ca00c9..122800ce 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -39,12 +39,11 @@
<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">Encryption algorithm not found. Please upgrade Android!</string>
- <string name="signup_or_login_button">Sign Up/Log In</string>
<string name="login_button">Log In</string>
- <string name="login_to_profile">Log in to profile</string>
+ <string name="login_to_profile">Log In</string>
<string name="logout_button">Log Out</string>
<string name="signup_button">Sign Up</string>
- <string name="create_profile">Create profile</string>
+ <string name="create_profile">Sign Up</string>
<string name="setup_provider">Set up provider</string>
<string name="setup_error_title">Configuration Error</string>
<string name="setup_error_configure_button">Configure</string>