diff options
| author | 2024-11-05 18:11:17 +0000 | |
|---|---|---|
| committer | 2024-11-05 18:11:17 +0000 | |
| commit | c79c65e0656acf405ee2c167e51d4744d9197dad (patch) | |
| tree | cc5e3f0101c5ec38eebfc7dac11be26385bc9764 | |
| parent | cf51a08e3353fca9ead7fa7908d8a9aea2cbf493 (diff) | |
| parent | f43162f41a3efb66ce43c607002c41c604058008 (diff) | |
Merge "Update notification title" into main
| -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> |