diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-04-26 18:20:18 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-04-26 18:20:18 +0000 |
commit | 1a7460b9e2e56697bd70b5c4da1321efdd09f19c (patch) | |
tree | b77ee228bfb4dad7c40f0e5b1f1b94e1ebc5df99 /app/src/main/res/values/strings.xml | |
parent | d0f8ec47a5780ba7de15e3d1ebcaa9a1df77da43 (diff) | |
parent | f9f49a9890dc82e0318ed52b7bafa1ce1da38cb5 (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/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
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> |