diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-02-27 13:23:43 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-02-27 13:23:48 +0100 |
commit | 5f19f3786147a4b28ac1b5dbe2c8c1f0c6e3f77f (patch) | |
tree | 3ae24d8d7e6a9f2281bb5ba33d889f5fd0744b61 /app/src/main/res/values | |
parent | 45065d30e0f2c61ca654587bab765959fdf4931f (diff) |
8871 - rename sign up/log in
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
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 2ea4670a..f4a5e6a8 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> |