summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-12 09:28:00 +0200
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-12 09:28:00 +0200
commitb14d22413713fd865fafb8a53e44fd74017a6279 (patch)
treee59ef6c444ff265fc8c44777ba8c80f88a484cf1 /app/src/main/res/values
parent5cdeb5520c74fbaab1909dc1876361ed73f11b55 (diff)
5255 Add instructions above leaks diagrams.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 199472d..cf293e1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -6,6 +6,8 @@
<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>
+ <string name="graph_subtitle">Tap on the bars for more information.</string>
+
<!-- Dashboard -->
<string name="dashboard_title">@string/app_name</string>
@@ -20,7 +22,7 @@
<string name="dashboard_state_ipaddress_label">Real IP address:</string>
<string name="dashboard_state_ipaddress_off">Exposed</string>
<string name="dashboard_state_ipaddress_on">Hidden</string>
- <string name="dashboard_graph_label">Personal data leakage</string>
+ <string name="dashboard_graph_label">Personal data leakage:</string>
<string name="dashboard_graph_period">Today</string>
<string name="dashboard_graph_trackers_legend">%s trackers have profiled you in the last 24 hours</string>