diff options
| author | 2020-06-09 17:37:46 +0000 | |
|---|---|---|
| committer | 2020-06-09 17:37:46 +0000 | |
| commit | b2a9bb32afb6ad8a7313ddda2b52b13da367d8df (patch) | |
| tree | 99422c8d5cbabbf3923866eda606c6e81c2b29b3 | |
| parent | cd4338c6772e50ffa90cba21426632f62ed26c04 (diff) | |
| parent | ef5a7c42c4e6ecd1df6741e97c4f24c99dd184c9 (diff) | |
Merge "Rename "Incoming" section to "New"" into rvc-dev
| -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 820615a6098d..48ff5c681853 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1256,7 +1256,7 @@ <string name="manage_notifications_history_text">History</string> <!-- Section title for notifications that have recently appeared. [CHAR LIMIT=40] --> - <string name="notification_section_header_incoming">Incoming</string> + <string name="notification_section_header_incoming">New</string> <!-- Section title for notifications that do not vibrate or make noise. [CHAR LIMIT=40] --> <string name="notification_section_header_gentle">Silent</string> |