From 4e0c632928f7dc8974aed45c1d2797451aa61d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 21 Aug 2023 12:02:47 -0400 Subject: [PATCH] fix: language string reported on transifex --- public/language/en-GB/notifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/language/en-GB/notifications.json b/public/language/en-GB/notifications.json index 133617d9de..04480998dc 100644 --- a/public/language/en-GB/notifications.json +++ b/public/language/en-GB/notifications.json @@ -46,7 +46,7 @@ "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", "user_posted_to" : "%1 has posted a reply to: %2", "user_posted_to_dual" : "%1 and %2 have posted replies to: %3", - "user_posted_to_triple" : "%1, %2 and %3 others have posted replies to: %4", + "user_posted_to_triple" : "%1, %2 and %3 have posted replies to: %4", "user_posted_to_multiple" : "%1, %2 and %3 others have posted replies to: %4", "user_posted_topic": "%1 has posted a new topic: %2", "user_edited_post" : "%1 has edited a post in %2",