From fb079db61ad71fe2e2ab8db4c6346f0bdc1893b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Sat, 24 Aug 2024 10:57:44 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=83=A1=E3=83=B3=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E9=80=9A=E7=9F=A5=E3=81=AB=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=A6=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3=20(#821)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/mastodon/actions/notifications.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/mastodon/actions/notifications.js b/app/javascript/mastodon/actions/notifications.js index deb4cec278..daf95f934a 100644 --- a/app/javascript/mastodon/actions/notifications.js +++ b/app/javascript/mastodon/actions/notifications.js @@ -88,6 +88,7 @@ const DEFAULT_NOTIFICATION_MESSAGES = { 'notification.favourite': '{name} favorited your post', 'notification.follow': '{name} followed you', 'notification.list_status': '{name} post is added to {listName}', + 'notification.mention': 'Mention', 'notification.poll': 'A poll you voted in has ended', 'notification.reblog': '{name} boosted your post', 'notification.status': '{name} just posted',