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 }}