diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-03-29 06:26:34 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-03-29 06:26:34 +0000 |
commit | dded3d54fd9fd1cb112811cde5404bec3cbec922 (patch) | |
tree | 31932c1b235c63ab396332786ab0b166ff30c358 /app/src/main/res/values | |
parent | 668632620bc9552d89e333efa47023ebff515ce9 (diff) | |
parent | 387e9b0cb1673ebf7fad23e7973312bf366d89b2 (diff) |
Merge branch '5161_empty_graphs_message' into 'main'
5161 display message when trackers graphs empty.
See merge request e/privacy-central/privacycentralapp!35
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> |