diff --git a/locales/index.d.ts b/locales/index.d.ts index 6bc7d4abff..9c605f411c 100755 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -605,9 +605,14 @@ export interface Locale extends ILocale { */ "mutedReactions": string; /** - * リモートの絵文字をミュート + * このリアクションをミュートする */ "remoteCustomEmojiMuted": string; + "muteThisReaction": string; + /** + * このリアクションのミュートを解除する + */ + "unmuteThisReaction": string; /** * ブロック */ diff --git a/packages/frontend/src/components/MkEmojiPickerDialog.vue b/packages/frontend/src/components/MkEmojiPickerDialog.vue index 78db4a3a9a..6aada1d7d0 100755 --- a/packages/frontend/src/components/MkEmojiPickerDialog.vue +++ b/packages/frontend/src/components/MkEmojiPickerDialog.vue @@ -32,29 +32,15 @@ SPDX-License-Identifier: AGPL-3.0-only @chosen="chosen" @esc="modal?.close()" /> -