diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_dashboard.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index 3197257..66c738c 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -214,7 +214,6 @@ android:text="@string/dashboard_state_ipaddress_off" android:layout_height="88dp" app:icon="@{@drawable/ic_tracked}" app:title="@{@string/dashboard_am_i_tracked_title}" - app:subTitle='@{@string/trackers_title}' /> <View android:layout_width="match_parent" @@ -230,7 +229,6 @@ android:text="@string/dashboard_state_ipaddress_off" android:layout_height="88dp" app:icon="@{@drawable/ic_apps_permissions}" app:title="@{@string/dashboard_apps_permissions_title}" - app:subTitle='@{@string/dashboard_apps_permissions_subtitle}' /> <View android:layout_width="match_parent" 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> |