diff options
author | Nate Jiang <qiangjiang@google.com> | 2020-07-29 23:14:31 +0000 |
---|---|---|
committer | Nate Jiang <qiangjiang@google.com> | 2020-07-30 00:45:56 +0000 |
commit | b2d10e2c1c513274d2ee26072146d201056c8441 (patch) | |
tree | 364962be5002dfbbfa46113c329974ed2515ee05 /libs | |
parent | deeb41a8521374e4390e32e1f7942c08c8886886 (diff) |
Revert "Revert "Update IMSI protection notification flow""
This reverts commit deeb41a8521374e4390e32e1f7942c08c8886886.
Reason for revert: Automerger issue with wrong Merged-In CL
Bug: 161932419
Merged-In: I8be7c1b9e66162fdd244946b47367290116a7747
Change-Id: I75f57cbfda4407249c1170dd14a039315e3dcb53
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 c238f663c..7e81b5877 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 unique 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 SIM 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> |