diff options
| author | 2023-01-17 14:11:01 -0500 | |
|---|---|---|
| committer | 2023-01-17 19:39:25 +0000 | |
| commit | 160c6ba129587a2d11f778b985d5b9f0a0ca43b6 (patch) | |
| tree | e43eac3c30dd53686480ee41b37cfafd8fd56c5e | |
| parent | 40c815bcae65fe5fe8be55f40d29ef22bd497c85 (diff) | |
Make notif text more generic
For multiple form factors
Test: view notif settings in shade
Fixes: 265712829
Change-Id: I41d1279abd6f2b46b829282bdc9c7666cc75530b
| -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 2de16a417d20..0e5293c44ca8 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1455,10 +1455,10 @@ <string name="notification_conversation_summary_low">No sound or vibration and appears lower in conversation section</string> <!-- [CHAR LIMIT=150] Notification Importance title: normal importance level summary --> - <string name="notification_channel_summary_default">May ring or vibrate based on phone settings</string> + <string name="notification_channel_summary_default">May ring or vibrate based on device settings</string> <!-- [CHAR LIMIT=150] Conversation Notification Importance title: normal conversation level, with bubbling summary --> - <string name="notification_channel_summary_default_with_bubbles">May ring or vibrate based on phone settings. Conversations from <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> bubble by default.</string> + <string name="notification_channel_summary_default_with_bubbles">May ring or vibrate based on device settings. Conversations from <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> bubble by default.</string> <!-- [CHAR LIMIT=150] Notification Importance title: automatic importance level summary --> <string name="notification_channel_summary_automatic">Have the system determine if this notification should make sound or vibration</string> |