diff options
author | Nate Jiang <qiangjiang@google.com> | 2020-07-30 05:04:23 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-07-30 05:04:23 +0000 |
commit | 641bb1658dd748afa21faa4bd160a4fe602ebb78 (patch) | |
tree | 08cd29d2734540c55f64ea6c1b4ba71632868381 /libs | |
parent | b2d10e2c1c513274d2ee26072146d201056c8441 (diff) | |
parent | c7320fe6eb54d34b10efceb86af81f17c6e4d34c (diff) |
Merge "Revert "Update IMSI protection notification flow"" into rvc-d1-dev
Diffstat (limited to 'libs')
-rw-r--r-- | libs/WifiTrackerLib/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/WifiTrackerLib/res/values/strings.xml b/libs/WifiTrackerLib/res/values/strings.xml index 7e81b5877..c238f663c 100644 --- a/libs/WifiTrackerLib/res/values/strings.xml +++ b/libs/WifiTrackerLib/res/values/strings.xml @@ -170,7 +170,7 @@ <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 SIM ID that can be used to track device location. <annotation id="url">Learn more</annotation></string> + <string name="imsi_protection_warning">This network receives a unique ID that can be used to track device location. <annotation id="url">Learn more</annotation></string> <!-- Help URL, IMSI protection [DO NOT TRANSLATE] --> <string name="help_url_imsi_protection" translatable="false"></string> |