diff options
| author | 2024-07-19 18:48:01 +0000 | |
|---|---|---|
| committer | 2024-07-19 18:48:01 +0000 | |
| commit | 3334ea98bfbae9270f39f229ed9a7210e6c3d20b (patch) | |
| tree | ee120a43bc2d2852d33512f226723e0ca1e42dc9 | |
| parent | 38075beba2659ebd7bae424b49d1b77c60e7dab1 (diff) | |
| parent | 23b4b872bfb07733bd9479825cdbcaac8c44b398 (diff) | |
Merge "Update the text for avalanche education HUN" into main
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 68c83c747d73..acc12d7fdaf0 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1431,10 +1431,10 @@ <string name="no_unseen_notif_text">No new notifications</string> <!-- Title of heads up notification for adaptive notifications user education. [CHAR LIMIT=50] --> - <string name="adaptive_notification_edu_hun_title">Adaptive notifications is on</string> + <string name="adaptive_notification_edu_hun_title">Notification cooldown is on</string> <!-- Text of heads up notification for adaptive notifications user education. [CHAR LIMIT=100] --> - <string name="adaptive_notification_edu_hun_text">Your device now lowers the volume and reduces pop-ups on the screen for up to two minutes when you receive many notifications in a short time span.</string> + <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> <!-- Action label for going to adaptive notification settings [CHAR LIMIT=20] --> <string name="go_to_adaptive_notification_settings">Turn off</string> |