Remind user to wipe mailbox if it's unreachable when unpairing

If we fail to tell the mailbox to wipe itself when unpairing, remind the user that they should wipe the mailbox next time they have access to it.
This commit is contained in:
Torsten Grote
2022-04-27 08:39:44 -03:00
parent 3138213f39
commit 2411c82d9c
4 changed files with 27 additions and 5 deletions

View File

@@ -654,6 +654,8 @@
<string name="mailbox_status_unlink_dialog_title">Unlink mailbox?</string>
<string name="mailbox_status_unlink_dialog_question">Are you sure you want to unlink your Mailbox?</string>
<string name="mailbox_status_unlink_dialog_warning">If you unlink your Mailbox, you won\'t be able to receive messages while Briar is offline.</string>
<string name="mailbox_status_unlink_no_wipe_title">Your Mailbox has been unlinked</string>
<string name="mailbox_status_unlink_no_wipe_message">Next time you have access to your Mailbox device, please open the Mailbox app and tap the \"Unlink\" button to complete the process.\n\nIf you no longer have access to your Mailbox device, don\'t worry. Everything stored in your Mailbox is encrypted, so your data will remain secure even if you don\'t complete the process.</string>
<!-- Conversation Settings -->
<string name="disappearing_messages_title">Disappearing messages</string>