From 5b1a441a6ea283cd35bf5e3cdda02b5d7f775eee Mon Sep 17 00:00:00 2001 From: KMY Date: Wed, 31 Jul 2024 09:05:35 +0900 Subject: [PATCH] Fix i18n --- app/javascript/mastodon/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 7aaf21442c13de..a3f49bb8cec508 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -592,7 +592,7 @@ "notification.admin.report_statuses": "{name} reported {target} for {category}", "notification.admin.report_statuses_other": "{name} reported {target}", "notification.admin.sign_up": "{name} signed up", - "notification.emoji_reaction": "{name} reacted your post with emoji", + "notification.emoji_reaction": "{name} reacted your status with emoji", "notification.favourite": "{name} favorited your post", "notification.follow": "{name} followed you", "notification.follow_request": "{name} has requested to follow you",