diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-04-04 08:41:04 +0200 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-04-05 08:36:28 +0200 |
commit | 0d6c61683e81c433e0b774ec6657255d1ce7b511 (patch) | |
tree | 56bb05d5847f2a1f7990a0993454b9b0238983c3 /app/src/main/res/values | |
parent | c3eb4af8679e4ab81455512449abcf67962f2b12 (diff) |
5215 - rename main screen to app name Advanced privacy
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9655487..ce7709c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -6,7 +6,7 @@ <string name="graph_empty_message">Congratulations! No trackers are profiling you.</string> <!-- Dashboard --> - <string name="dashboard_title">Quick Privacy</string> + <string name="dashboard_title">@string/app_name</string> <string name="dashboard_state_title_on">Your online privacy is protected</string> <string name="dashboard_state_title_off">Your online privacy is unprotected</string> <string name="dashboard_state_trackers_label">Trackers:</string> |