diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-28 09:11:01 +0200 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-29 08:23:53 +0200 |
commit | 138cd2710919db4b5db55797dbdff5f4ebef3846 (patch) | |
tree | daa95590e167c520fb9be159225a435446827bdc /app/src/main/res/values | |
parent | 668632620bc9552d89e333efa47023ebff515ce9 (diff) |
5161 display message when trackers graphs empty.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d6cf817..9655487 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -3,6 +3,7 @@ <!-- Commons --> <string name="dummy_system_app_label">System</string> + <string name="graph_empty_message">Congratulations! No trackers are profiling you.</string> <!-- Dashboard --> <string name="dashboard_title">Quick Privacy</string> |