From cbbc930d9498c305be543b92c7f4197b4fec18bd Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Fri, 15 Jul 2022 05:02:01 +0000 Subject: [PATCH] Settings: Notify users all their accounts will be removed and not just google --- res/layout/master_clear.xml | 2 +- res/values/cm_strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/res/layout/master_clear.xml b/res/layout/master_clear.xml index 04c8f8dbe7e..b6b694d827e 100644 --- a/res/layout/master_clear.xml +++ b/res/layout/master_clear.xml @@ -44,7 +44,7 @@ android:id="@+id/sud_layout_description" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/master_clear_desc"/> + android:text="@string/master_clear_desc_e"/> Advanced Privacy Manage trackers, fake location, hide IP address + + + This will erase all data from your tablet\u2019s internal storage, including:\n\n
  • All your account
  • \n
  • System and app data and settings
  • \n
  • Downloaded apps
  • + This will erase all data from your phone\u2019s internal storage, including:\n\n
  • All your account
  • \n
  • System and app data and settings
  • \n
  • Downloaded apps
  • -- GitLab