From f1b4d10bcf7edc9f55a03024338eccd257fda2ec Mon Sep 17 00:00:00 2001 From: Freeplay Date: Fri, 16 Jun 2023 23:17:55 -0400 Subject: [PATCH] Add 'remove your reaction' label --- locales/en-US.yml | 1 + packages/client/src/components/MkNote.vue | 1 + packages/client/src/components/MkNoteSub.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index b2bc4e714..c0fa8465b 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -123,6 +123,7 @@ clickToShow: "Click to show" sensitive: "NSFW" add: "Add" reaction: "Reactions" +removeReaction: "Remove your reaction" enableEmojiReactions: "Enable emoji reactions" showEmojisInReactionNotifications: "Show emojis in reaction notifications" reactionSetting: "Reactions to show in the reaction picker" diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index 19205e0d9..8bf8fae62 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -190,6 +190,7 @@ ref="reactButton" class="button _button reacted" @click="undoReact(appearNote)" + v-tooltip.noDelay.bottom="i18n.ts.removeReaction" > diff --git a/packages/client/src/components/MkNoteSub.vue b/packages/client/src/components/MkNoteSub.vue index 813eab7ae..62fcf7b34 100644 --- a/packages/client/src/components/MkNoteSub.vue +++ b/packages/client/src/components/MkNoteSub.vue @@ -119,6 +119,7 @@ ref="reactButton" class="button _button reacted" @click="undoReact(appearNote)" + v-tooltip.noDelay.bottom="i18n.ts.removeReaction" >