From 91279d6f0aa92d1ec3539efecdc3c8f3c9b0efcc Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 18 Jun 2025 18:00:50 +0200 Subject: [PATCH] Update wording of generic notification. --- libraries/push/impl/src/main/res/values/localazy.xml | 2 +- .../impl/notifications/DefaultNotifiableEventResolverTest.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/push/impl/src/main/res/values/localazy.xml b/libraries/push/impl/src/main/res/values/localazy.xml index 3155d87487..069183a3a2 100644 --- a/libraries/push/impl/src/main/res/values/localazy.xml +++ b/libraries/push/impl/src/main/res/values/localazy.xml @@ -13,7 +13,7 @@ "%d notification" "%d notifications" - "You have new message(s)." + "You have new messages." "📹 Incoming call" "** Failed to send - please open room" "Join" diff --git a/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt b/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt index 65342a3b72..5b93e90064 100644 --- a/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt +++ b/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt @@ -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,