summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/notification/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/notification/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/notification/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/android/dialer/notification/res/values/strings.xml b/java/com/android/dialer/notification/res/values/strings.xml
index 2fc4962c6..cb3119f67 100644
--- a/java/com/android/dialer/notification/res/values/strings.xml
+++ b/java/com/android/dialer/notification/res/values/strings.xml
@@ -21,5 +21,6 @@
<string name="notification_channel_missed_call">Missed calls</string>
<string name="notification_channel_voicemail">Voicemails</string>
<string name="notification_channel_external_call">External calls</string>
- <string name="notification_channel_misc">Miscellaneous</string>
+ <!-- [CHAR LIMIT=NONE] Catch-all channel for notifications that don't fit into one of the others -->
+ <string name="notification_channel_misc">Default</string>
</resources>