summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-04-26 18:20:18 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-04-26 18:20:18 +0000
commit1a7460b9e2e56697bd70b5c4da1321efdd09f19c (patch)
treeb77ee228bfb4dad7c40f0e5b1f1b94e1ebc5df99 /app/src/main/res/values
parentd0f8ec47a5780ba7de15e3d1ebcaa9a1df77da43 (diff)
parentf9f49a9890dc82e0318ed52b7bafa1ce1da38cb5 (diff)
Merge branch '5290_snackbar_qp_disabled' into 'main'
5290 : allow settings while main toggle off. See merge request e/privacy-central/privacycentralapp!46
Diffstat (limited to 'app/src/main/res/values')
-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>