diff options
| author | 2019-12-11 21:46:55 +0000 | |
|---|---|---|
| committer | 2019-12-11 21:46:55 +0000 | |
| commit | 8ff3c7db9f2f2a23ec38809a062fdcbc77eb8d73 (patch) | |
| tree | 6095fd67ff2636bb835a0bf8b31ee14c06c1a106 | |
| parent | 2c26c551a9c39fd4436900c953305e54ff58994c (diff) | |
| parent | 122eaaa2548ca6f1acb2b02d6082a53e23f3cf0b (diff) | |
Merge "mac randomization notification fix typo" into qt-qpr1-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index ab954555f2b9..59f82d44bf46 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3374,7 +3374,7 @@ <!-- Text of the button that will disable MAC randomization for the network when tapped. [CHAR_LIMIT=NONE]--> <string name="wifi_disable_mac_randomization_dialog_confirm_text">Change setting</string> <!-- Toast message which shows up after MAC randomization for the network is disabled. [CHAR_LIMIT=NONE]--> - <string name="wifi_disable_mac_randomization_dialog_success">Setting updated. Try Connecting again.</string> + <string name="wifi_disable_mac_randomization_dialog_success">Setting updated. Try connecting again.</string> <!-- Toast message which shows up if the operation failed. [CHAR_LIMIT=NONE]--> <string name="wifi_disable_mac_randomization_dialog_failure">Can\u2019t change privacy setting</string> <!-- Toast message which shows up if the network no longer exists on the device. [CHAR_LIMIT=NONE]--> |