From ed53b5f9bc1612caa165f50db1058d002364dd0f Mon Sep 17 00:00:00 2001 From: taichan <40626578+taichanNE30@users.noreply.github.com> Date: Sun, 24 Sep 2023 07:54:58 +0900 Subject: fix: ノート通知で絵文字が使われている名前が絵文字で表示されない #11877 (#11878) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/MkNotification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue index 99443a6409..7ba102fd97 100644 --- a/packages/frontend/src/components/MkNotification.vue +++ b/packages/frontend/src/components/MkNotification.vue @@ -48,7 +48,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._notification.pollEnded }} - {{ i18n.ts._notification.newNote }}: {{ notification.note.user.name ?? notification.note.user.username }} + {{ i18n.ts._notification.newNote }}: {{ i18n.ts._notification.achievementEarned }} {{ i18n.ts._notification.testNotification }} -- cgit v1.2.3-freya