From 2757d21224af4c2b95eb1c2c789b44b1d08e0406 Mon Sep 17 00:00:00 2001 From: KMY Date: Wed, 31 Jul 2024 09:12:33 +0900 Subject: [PATCH] Fix i18n --- .../notifications_v2/components/notification_emoji_reaction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/notifications_v2/components/notification_emoji_reaction.tsx b/app/javascript/mastodon/features/notifications_v2/components/notification_emoji_reaction.tsx index b3da30a5ad..61540d8cae 100644 --- a/app/javascript/mastodon/features/notifications_v2/components/notification_emoji_reaction.tsx +++ b/app/javascript/mastodon/features/notifications_v2/components/notification_emoji_reaction.tsx @@ -10,7 +10,7 @@ import { NotificationGroupWithStatus } from './notification_group_with_status'; const labelRenderer: LabelRenderer = (values) => ( );