Skip to content

Commit 3d8a641

Browse files
committed
Update wording of generic notification.
1 parent 2953704 commit 3d8a641

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/push/impl/src/main/res/values/localazy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<item quantity="one">"%d notification"</item>
1414
<item quantity="other">"%d notifications"</item>
1515
</plurals>
16-
<string name="notification_fallback_content">"You have new message(s)."</string>
16+
<string name="notification_fallback_content">"You have new messages."</string>
1717
<string name="notification_incoming_call">"📹 Incoming call"</string>
1818
<string name="notification_inline_reply_failed">"** Failed to send - please open room"</string>
1919
<string name="notification_invitation_action_join">"Join"</string>

libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ class DefaultNotifiableEventResolverTest {
608608
roomId = A_ROOM_ID,
609609
eventId = AN_EVENT_ID,
610610
editedEventId = null,
611-
description = "You have new message(s).",
611+
description = "You have new messages.",
612612
canBeReplaced = true,
613613
isRedacted = false,
614614
isUpdated = false,
@@ -633,7 +633,7 @@ class DefaultNotifiableEventResolverTest {
633633
roomId = A_ROOM_ID,
634634
eventId = AN_EVENT_ID,
635635
editedEventId = null,
636-
description = "You have new message(s).",
636+
description = "You have new messages.",
637637
canBeReplaced = true,
638638
isRedacted = false,
639639
isUpdated = false,

0 commit comments

Comments
 (0)