diff options
-rw-r--r-- | libs/WifiTrackerLib/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/WifiTrackerLib/res/values/strings.xml b/libs/WifiTrackerLib/res/values/strings.xml index 82c515c50..54fa40f79 100644 --- a/libs/WifiTrackerLib/res/values/strings.xml +++ b/libs/WifiTrackerLib/res/values/strings.xml @@ -162,4 +162,7 @@ <!-- Status message of OSU Provider on completing provisioning. [CHAR LIMIT=NONE] --> <string name="osu_sign_up_complete">Sign-up complete. Connecting\u2026</string> + + <!-- IMSI protection warning for non-protection network [CHAR LIMIT=NONE] --> + <string name="imsi_protection_warning">This network receives a unique ID that can be used to track device location. Learn more</string> </resources> |