summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-05 18:53:40 +0200
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-05 18:53:58 +0200
commitbdf9198bb069f2ab9619cb4d3a85f5c2cbf9f0cd (patch)
treea1c5a0410e9392d01647301b56e9549fc934fff5 /app/src/main/res/values
parent250da848583f1fbd2d6658339fc758d22c67e938 (diff)
5217 - Display blocked trackers, 5216 : add leaks in tooltips
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ce7709c..88bd473 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -4,6 +4,8 @@
<!-- Commons -->
<string name="dummy_system_app_label">System</string>
<string name="graph_empty_message">Congratulations! No trackers are profiling you.</string>
+ <string name="graph_legend_blocked">Blocked leaks</string>
+ <string name="graph_legend_allowed">Allowed leaks</string>
<!-- Dashboard -->
<string name="dashboard_title">@string/app_name</string>