summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-23 16:29:10 +0200
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-26 18:09:43 +0200
commit66baccf4d687926e315bd7371ee523dd44519c32 (patch)
treedfb00272a67b5f29818b7c8bb14c6a97dc0e33af /app/src/main/res/values/strings.xml
parentd0f8ec47a5780ba7de15e3d1ebcaa9a1df77da43 (diff)
5290 : allow settings while main toggle off.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cd9c9bd..489dff2 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -7,7 +7,8 @@
<string name="graph_legend_blocked">Blocked leaks</string>
<string name="graph_legend_allowed">Allowed leaks</string>
<string name="graph_subtitle">Tap on the bars for more information.</string>
-
+ <string name="quickprivacy_disabled_message">Changes will only be effective when privacy protection toggle is enabled.</string>
+ <string name="close">Close</string>
<!-- Dashboard -->
<string name="dashboard_title">@string/app_name</string>