diff options
| -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 1766cdf8c804..7b50582efe64 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1518,7 +1518,7 @@ <string name="no_unseen_notif_text">No new notifications</string> <!-- Title of heads up notification for adaptive notifications user education. [CHAR LIMIT=60] --> - <string name="adaptive_notification_edu_hun_title">Notification cooldown is on</string> + <string name="adaptive_notification_edu_hun_title">Notification cooldown is now on</string> <!-- Text of heads up notification for adaptive notifications user education. [CHAR LIMIT=100] --> <string name="adaptive_notification_edu_hun_text">Your device volume and alerts are reduced automatically for up to 2 minutes when you get too many notifications at once.</string> |