mirror of
https://github.com/nextcloud/android.git
synced 2024-11-30 08:25:21 +03:00
Change dynamically the authentication maintenance mode message with the name of the app
# Conflicts: # res/values/strings.xml
This commit is contained in:
parent
21f4806d94
commit
8b22e17ab2
2 changed files with 2 additions and 1 deletions
|
@ -1454,7 +1454,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|||
mServerStatusText = R.string.auth_redirect_non_secure_connection_title;
|
||||
break;
|
||||
case MAINTENANCE_MODE:
|
||||
mServerStatusText = R.string.maintenance_mode;
|
||||
mServerStatusText = R.string.auth_maintenance_mode;
|
||||
break;
|
||||
default:
|
||||
mServerStatusText = 0;
|
||||
|
|
|
@ -276,6 +276,7 @@
|
|||
<string name="auth_fail_get_user_name">Your server is not returning a correct user ID, please contact an administrator</string>
|
||||
<string name="auth_can_not_auth_against_server">Cannot authenticate to this server</string>
|
||||
<string name="auth_account_does_not_exist">Account does not exist on the device yet</string>
|
||||
<string name="auth_maintenance_mode">The server is in maintenance mode, please try again later.</string>
|
||||
|
||||
|
||||
<string name="favorite">Set as available offline</string>
|
||||
|
|
Loading…
Reference in a new issue