Change dynamically the authentication maintenance mode message with the name of the app

# Conflicts:
#	res/values/strings.xml
This commit is contained in:
davigonz 2016-12-23 14:13:30 +01:00 committed by AndyScherzinger
parent 21f4806d94
commit 8b22e17ab2
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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>