From 0a8527b4947ce40b9864305139afedc59f00ad87 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Sat, 17 Sep 2022 18:24:52 +0200 Subject: 4208 Add CUSTOM state for tracker control. --- app/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index dc075d3..8bcd998 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -18,6 +18,7 @@ Trackers: Vulnerable Denied + Custom Location: Exposed Fake @@ -122,6 +123,7 @@ @string/dashboard_state_trackers_label @string/dashboard_state_trackers_off @string/dashboard_state_trackers_on + @string/dashboard_state_trackers_custom @string/dashboard_state_geolocation_label @string/dashboard_state_geolocation_off @string/dashboard_state_geolocation_on -- cgit v1.2.1