From c6cc518de1fd75d9248e71eb03b95919f32896d6 Mon Sep 17 00:00:00 2001 From: otsmr Date: Sun, 30 Nov 2025 09:01:39 +0100 Subject: [PATCH] fix #320 --- ios/NotificationService/NotificationService.swift | 2 +- lib/src/localization/app_en.arb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/NotificationService/NotificationService.swift b/ios/NotificationService/NotificationService.swift index 9fb06e1..d3db8e5 100644 --- a/ios/NotificationService/NotificationService.swift +++ b/ios/NotificationService/NotificationService.swift @@ -238,7 +238,7 @@ func getPushNotificationText(pushNotification: PushNotification) -> (String, Str .text: "sent a message{inGroup}.", .twonly: "sent a twonly{inGroup}.", .video: "sent a video{inGroup}.", - .image: "sent a image{inGroup}.", + .image: "sent an image{inGroup}.", .audio: "sent a voice message{inGroup}.", .contactRequest: "wants to connect with you.", .acceptRequest: "is now connected with you.", diff --git a/lib/src/localization/app_en.arb b/lib/src/localization/app_en.arb index df2ccc6..26ada4e 100644 --- a/lib/src/localization/app_en.arb +++ b/lib/src/localization/app_en.arb @@ -562,7 +562,7 @@ "notificationText": "sent a message{inGroup}.", "notificationTwonly": "sent a twonly{inGroup}.", "notificationVideo": "sent a video{inGroup}.", - "notificationImage": "sent a image{inGroup}.", + "notificationImage": "sent an image{inGroup}.", "notificationAudio": "sent a voice message{inGroup}.", "notificationAddedToGroup": "has added you to \"{groupname}\"", "notificationContactRequest": "wants to connect with you.",