diff options
author | 2021-09-01 17:16:26 +0000 | |
---|---|---|
committer | 2021-09-01 17:16:26 +0000 | |
commit | 30b075cd97ec7dc296fc8e6d35cac2887d69f2cf (patch) | |
tree | c6ed113568f38a51be90244e21b5b62ea322a482 | |
parent | 5c896054f06794929d05b7945e6a1572777d1f2f (diff) | |
parent | 653f7963a0a5d739a9974d0ae94b8b08febc138b (diff) |
Merge "Update mobile data off string to "Mobile data won't autoconnect"" into sc-qpr1-dev am: 653f7963a0
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15716725
Change-Id: If5f1caa14582f097a1e2a6ea1de8ee6f14730841
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 425e504e1fd0..e38e069392c4 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -3005,7 +3005,7 @@ <string name="mobile_data_connection_active">Connected</string> <!-- Provider Model: Summary indicating that a SIM has no mobile data connection [CHAR LIMIT=50] --> - <string name="mobile_data_off_summary">Internet won\u0027t auto\u2011connect</string> + <string name="mobile_data_off_summary">Mobile data won\u0027t auto\u2011connect</string> <!-- Provider Model: Summary indicating that a active SIM and no network available [CHAR LIMIT=50] --> <string name="mobile_data_no_connection">No connection</string> |