diff options
| -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 831cf89e0e97..11286f3a9473 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3172,7 +3172,7 @@ <string name="alert_windows_notification_channel_name"><xliff:g id="name" example="Google Maps">%s</xliff:g> displaying over other apps</string> <!-- Notification title when an application is displaying ui on-top of other apps [CHAR LIMIT=30] --> - <string name="alert_windows_notification_title"><xliff:g id="name" example="Google Maps">%s</xliff:g> is displaying over other apps.</string> + <string name="alert_windows_notification_title"><xliff:g id="name" example="Google Maps">%s</xliff:g> is displaying over other apps</string> <!-- Notification body when an application is displaying ui on-top of other apps [CHAR LIMIT=NONE] --> <string name="alert_windows_notification_message">If you don’t want <xliff:g id="name" example="Google Maps">%s</xliff:g> to use this feature, tap to open settings and turn it off.</string> |