Update wording of generic notification.

This commit is contained in:
Benoit Marty
2025-06-18 18:00:50 +02:00
parent 0a50c9f9cf
commit 91279d6f0a
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
<item quantity="one">"%d notification"</item>
<item quantity="other">"%d notifications"</item>
</plurals>
<string name="notification_fallback_content">"You have new message(s)."</string>
<string name="notification_fallback_content">"You have new messages."</string>
<string name="notification_incoming_call">"📹 Incoming call"</string>
<string name="notification_inline_reply_failed">"** Failed to send - please open room"</string>
<string name="notification_invitation_action_join">"Join"</string>

View File

@@ -608,7 +608,7 @@ class DefaultNotifiableEventResolverTest {
roomId = A_ROOM_ID,
eventId = AN_EVENT_ID,
editedEventId = null,
description = "You have new message(s).",
description = "You have new messages.",
canBeReplaced = true,
isRedacted = false,
isUpdated = false,
@@ -633,7 +633,7 @@ class DefaultNotifiableEventResolverTest {
roomId = A_ROOM_ID,
eventId = AN_EVENT_ID,
editedEventId = null,
description = "You have new message(s).",
description = "You have new messages.",
canBeReplaced = true,
isRedacted = false,
isUpdated = false,