Add explainer fragment for activating a remote wipe

This commit is contained in:
ameba23
2021-05-25 11:18:22 +02:00
parent 4d5bad13ca
commit 7eea532a81
8 changed files with 283 additions and 3 deletions

View File

@@ -750,4 +750,12 @@
<string name="assigned_wipers">Your assigned trusted wipers</string>
<string name="activate_remote_wipe">Activate remote wipe</string>
<!-- activate -->
<string name="remote_wipe_activate_success">Remote wipe signal sent</string>
<string name="remote_wipe_activate_failure">Failed to send remote wipe signal</string>
<string name="remote_wipe_activate_button_confirm">Activate remote wipe</string>
<string name="remote_wipe_activate_button_cancel">Cancel</string>
<string name="remote_wipe_activate_explain_short">Activate a remote wipe of this contact\'s device</string>
<string name="remote_wipe_activate_explain_long">If confirmed by a second contact, sending this signal will remove all briar contacts and messages from this contact\s device.\n\nAre you sure you want to do this?</string>
</resources>