From 611fbfa6df3c7ea5f00af1dfe591df5817eb4e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Wed, 27 Nov 2024 18:40:55 +0100 Subject: [PATCH] Fix grammer issue with english translation. --- Wino.Core.Domain/Translations/en_US/resources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wino.Core.Domain/Translations/en_US/resources.json b/Wino.Core.Domain/Translations/en_US/resources.json index 87f6e188..01c4dadb 100644 --- a/Wino.Core.Domain/Translations/en_US/resources.json +++ b/Wino.Core.Domain/Translations/en_US/resources.json @@ -376,8 +376,8 @@ "NoMailSelected": "No message selected", "NoMessageCrieteria": "No messages match your search criteria", "NoMessageEmptyFolder": "This folder is empty", - "Notifications_MultipleNotificationsMessage": "You have {0} new mails", - "Notifications_MultipleNotificationsTitle": "New Mails", + "Notifications_MultipleNotificationsMessage": "You have {0} new messages.", + "Notifications_MultipleNotificationsTitle": "New Mail", "Notifications_WinoUpdatedMessage": "Checkout new version {0}", "Notifications_WinoUpdatedTitle": "Wino Mail has been updated.", "Other": "Other",