diff options
author | Parménides GV <parmegv@sdf.org> | 2015-03-12 12:01:34 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-03-12 12:01:34 +0100 |
commit | f62c2c0ef907744814b48a56d08a83a6fbe1bed4 (patch) | |
tree | 1c0de82cc3bb4186cb4eb6dc0cb974d0d3de0580 | |
parent | 4d0e03dc3e836418e8fc240e81e2a4d9ebc445a1 (diff) |
Suggest to wipe data if logging out fails repeatedly.
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 37969cda..032602cb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -58,7 +58,7 @@ <string name="signingup_message">Signing up</string> <string name="logout_message">Logging out from this session.</string> <string name="logged_out_message">Logged out.</string> - <string name="log_out_failed_message">Didn\'t log out. Try later, it may be a problem in the network or in the provider.</string> + <string name="log_out_failed_message">Didn\'t log out. Try later, it may be a problem in the network or in the provider. If the problem persists, then wipe Bitmask data from the Android settings</string> <string name="succesful_authentication_message">Authentication succeeded.</string> <string name="authentication_failed_message">Authentication failed.</string> <string name="registration_failed_message">Registration failed.</string> |