From 13683780cdfa6c71767127ce75e2755b40c03356 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 9 Aug 2020 13:49:44 +0900 Subject: [PATCH] :v: --- locales/ja-JP.yml | 2 +- src/client/pages/my-settings/word-mute.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index c8b34608b..11752d15b 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -572,7 +572,7 @@ _wordMute: hardDescription: "指定した条件のノートをタイムラインに追加しないようにします。追加されなかったノートは、条件を変更しても除外されたままになります。" soft: "ソフト" hard: "ハード" - mutedNotesCount: "{count}ノートがミュートされました" + mutedNotes: "ミュートされたノート" _theme: explore: "テーマを探す" diff --git a/src/client/pages/my-settings/word-mute.vue b/src/client/pages/my-settings/word-mute.vue index 540a819bc..f9bb68cd1 100644 --- a/src/client/pages/my-settings/word-mute.vue +++ b/src/client/pages/my-settings/word-mute.vue @@ -17,7 +17,7 @@ {{ $t('_wordMute.muteWords') }} -
{{ $t('_wordMute.mutedNotesCount', { count: hardWordMutedNotesCount }) }}
+
{{ $t('_wordMute.mutedNotes') }}: {{ hardWordMutedNotesCount | number }}