Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b1d2ef3 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

Settings: Notify users all their accounts will be removed and not just google

parent 18db1046
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
                android:id="@+id/sud_layout_description"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:text="@string/main_clear_desc"/>
                android:text="@string/main_clear_desc_e"/>
            <TextView
                android:id="@+id/also_erases_external"
                style="@style/TextAppearance.PreferenceTitle.SettingsLib"
+4 −0
Original line number Diff line number Diff line
@@ -193,4 +193,8 @@
    <!-- /e/ Advanced Privacy -->
    <string name="advanced_privacy_dashboard_title" translatable="false">Advanced Privacy</string>
    <string name="advanced_privacy_dashboard_summary">Manage trackers, fake location, hide IP address</string>

    <!-- Factory Reset -->
    <string name="main_clear_desc_e" product="tablet">This will erase all data from your tablet\u2019s <b>internal storage</b>, including:\n\n<li>All your account</li>\n<li>System and app data and settings</li>\n<li>Downloaded apps</li></string>
    <string name="main_clear_desc_e" product="default">This will erase all data from your phone\u2019s <b>internal storage</b>, including:\n\n<li>All your account</li>\n<li>System and app data and settings</li>\n<li>Downloaded apps</li></string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
                android:id="@+id/sud_layout_description"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:text="@string/main_clear_desc"/>
                android:text="@string/main_clear_desc_e"/>
            <TextView
                android:id="@+id/also_erases_external"
                style="@style/TextAppearance.SudGlifItemSummary"