1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-29 19:41:14 +03:00

Always allow users sign out

- Updates the dialog with a more helpful error message for the user, letting them know what happens if they logout without informing the homeserver.
This commit is contained in:
David Langley
2023-05-23 16:51:26 +01:00
parent df1641995e
commit cee6ec5939
3 changed files with 19 additions and 8 deletions

View File

@ -328,6 +328,9 @@
<string name="backup">Back up</string>
<string name="sign_out_bottom_sheet_will_lose_secure_messages">Youll lose access to your encrypted messages unless you back up your keys before signing out.</string>
<string name="sign_out_failed_dialog_message">Cannot reach the homeserver. If you sign out anyway, this device will not be erased from your device list, you may want to remove it using another client.</string>
<string name="sign_out_anyway">Sign out anyway</string>
<!-- splash screen accessibility -->
<string name="loading">Loading…</string>