diff options
| author | 2021-05-18 17:54:37 +0000 | |
|---|---|---|
| committer | 2021-05-18 17:54:37 +0000 | |
| commit | 9fb97956fd107baec7a7e0a5ea56c36818778048 (patch) | |
| tree | 499b8af19cd17ce0b37a002e27fb93266e6ec831 | |
| parent | debdf699e1897e06e47209fc444f0e4ad9cf422a (diff) | |
| parent | 9dee6f0a0c3d1a2450a23936de5cafad13058656 (diff) | |
Merge "Fix NAS dialog string" into sc-dev
| -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 b836c4c9734c..8f409748e830 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -5571,7 +5571,7 @@ <!-- Label of notification action button to learn more about the enhanced notifications [CHAR LIMIT=20] --> <string name="nas_upgrade_notification_learn_more_action">Learn more</string> <!-- Content of notification learn more dialog about the enhanced notifications [CHAR LIMIT=NONE] --> - <string name="nas_upgrade_notification_learn_more_content">Enhanced notifications replaced Android Adaptive Notifications in Android 12. This feature shows suggested actions and replies, and organizes your notifications.\n\nEnhanced notifications can access notification content, including personal information like contact names and messages. This feature can also dismiss or respond to notifications, such as answering phone calls and controlling Do Not Disturb.</string> + <string name="nas_upgrade_notification_learn_more_content">Enhanced notifications replaced Android Adaptive Notifications in Android 12. This feature shows suggested actions and replies, and organizes your notifications.\n\nEnhanced notifications can access notification content, including personal information like contact names and messages. This feature can also dismiss or respond to notifications, such as answering phone calls, and control Do Not Disturb.</string> <!-- Dynamic mode battery saver strings --> |