diff options
author | Romain Hunault <romain.hunault@e.email> | 2022-04-05 18:23:04 +0000 |
---|---|---|
committer | Romain Hunault <romain.hunault@e.email> | 2022-04-05 18:23:04 +0000 |
commit | 752ee5975d0d1b75ef773b4d7e20ad00fac96519 (patch) | |
tree | d3abbbad472ed6a889bc3c0fa334329c01d35b4b /app/src/main/res/values | |
parent | 250da848583f1fbd2d6658339fc758d22c67e938 (diff) | |
parent | 1116394343fe8cb489f5405ab3c61b5e1ce78a50 (diff) |
Merge branch '5217_blocked_trackers' into 'main'
5217 - Display blocked trackers, 5216 : add leaks in tooltips
See merge request e/privacy-central/privacycentralapp!39
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
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> |