mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Success dialog for deactivate remote wipe - additional explainer
This commit is contained in:
@@ -105,6 +105,7 @@ public class RemoteWipeDisplayFragment extends BaseFragment
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(requireContext(),
|
||||
R.style.BriarDialogTheme);
|
||||
builder.setTitle(R.string.remote_wipe_disable_success);
|
||||
builder.setMessage(R.string.remote_wipe_disable_success_explain);
|
||||
builder.setPositiveButton(R.string.ok,
|
||||
(dialog, which) -> viewModel.onSuccessDismissed());
|
||||
builder.setIcon(R.drawable.ic_baseline_done_outline_24);
|
||||
|
||||
@@ -775,6 +775,7 @@
|
||||
<string name="remote_wipe_modify_contacts">Change remote wipers</string>
|
||||
<string name="remote_wipe_disable">Disable remote wipe</string>
|
||||
<string name="remote_wipe_disable_success">Remote wipe is disabled</string>
|
||||
<string name="remote_wipe_disable_success_explain">None of your contacts are able to activate a wipe.</string>
|
||||
|
||||
<string name="remote_wipe_confirm_received">Briar data has been wiped from %1$s\'s device. They will be unreachable until they recover their account.</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user