diff options
| author | 2020-03-24 14:00:21 +0000 | |
|---|---|---|
| committer | 2020-03-24 14:00:21 +0000 | |
| commit | a653dc5dfed0567215ff37ed45e8aab64f07d3e1 (patch) | |
| tree | bd626f8223e2e8e72c1ad9b496ddd5b0225f2a71 | |
| parent | da984e2b0aa96bfe0309ecea49e5c1b9670281db (diff) | |
| parent | c04e06e67d53bc7e4167fa1062684fbda468b40a (diff) | |
Merge "Update strings for location services notification" into rvc-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 7ec7eccd7f8d..06f776013233 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -416,10 +416,10 @@ <!-- Content title for a notification. This notification indicates that the device owner has changed the location settings. [CHAR LIMIT=NONE] --> - <string name="location_changed_notification_title">Location settings changed by your admin</string> + <string name="location_changed_notification_title">Apps can access your location</string> <!-- Content text for a notification. Tapping opens device location settings. [CHAR LIMIT=NONE] --> - <string name="location_changed_notification_text">Tap to see your location settings.</string> + <string name="location_changed_notification_text">Contact your IT admin to learn more</string> <!-- Feature Id for Country Detector. [CHAR LIMIT=NONE]--> <string name="country_detector">Country Detector</string> |