Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 160c6ba1 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Make notif text more generic

For multiple form factors

Test: view notif settings in shade
Fixes: 265712829
Change-Id: I41d1279abd6f2b46b829282bdc9c7666cc75530b
parent 40c815bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>