Skip to content

Commit

Permalink
Notification channels: severity => tag
Browse files Browse the repository at this point in the history
Rename the user-facing parts of the notification channels.

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Oct 25, 2024
1 parent e4ab2b2 commit 349496a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@
<string name="notification_channel_messages_default_severity">Default</string>
<string name="notification_channel_messages_default_severity_description">Notifications sent by the server with no defined severity</string>
<string name="notification_channel_group_messages">Messages</string>
<string name="notification_channel_severity_value">Severity \'%1$s\'</string>
<string name="notification_channel_severity_value_description">Notifications sent by the server with severity \'%1$s\'</string>
<string name="notification_channel_severity_value">Tag \'%1$s\'</string>
<string name="notification_channel_severity_value_description">Notifications sent by the server with tag \'%1$s\'</string>
<plurals name="summary_notification_text">
<item quantity="one">%d new notification</item>
<item quantity="other">%d new notifications</item>
Expand Down

0 comments on commit 349496a

Please sign in to comment.