diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-02-04 17:18:49 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-02-04 17:18:49 +0000 |
commit | 58bf2b3ca3e06b27edf00ac86826482400d9e556 (patch) | |
tree | 3e756ca35eafa874d7066266b1fa1690b6e49035 /app/src/main/res/values | |
parent | 82b792e6680b9906261f0eb53accff13ac6872ad (diff) | |
parent | bf4ef082cdfce89cc1ce5027b1f70b96b0deac37 (diff) |
Merge branch 'feature/4583_subtitle_status' into 'main'
#4583 fix subtitles wordings on main screen.
See merge request e/privacy-central/privacycentralapp!13
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fe92d6d..f484dd7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -26,7 +26,8 @@ <string name="dashboard_apps_permissions_subtitle">Manage your permissions</string> <string name="dashboard_location_title">Geolocation mode</string> <string name="dashboard_location_subtitle_off">Real geolocation</string> - <string name="dashboard_location_subtitle_on">Fake geolocation</string> + <string name="dashboard_location_subtitle_specific">Specific fake geolocation</string> + <string name="dashboard_location_subtitle_random">Random fake geolocation</string> <string name="dashboard_internet_activity_privacy_title">My internet activity privacy</string> <string name="dashboard_internet_activity_privacy_subtitle_off">Real IP address exposed</string> <string name="dashboard_internet_activity_privacy_subtitle_on">Real IP address hidden</string> |