diff options
| -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> |