diff --git a/packages/client/src/components/MkRenoteButton.vue b/packages/client/src/components/MkRenoteButton.vue index 05f43a5df6..0903210030 100644 --- a/packages/client/src/components/MkRenoteButton.vue +++ b/packages/client/src/components/MkRenoteButton.vue @@ -103,7 +103,10 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => { } if (["public", "home"].includes(props.note.visibility)) { + buttonActions.push({ + text: `${i18n.ts.renote} (${i18n.ts._visibility.home})`, icon: "ph-house ph-bold ph-lg", + danger: false, action: () => { os.api("notes/create", { renoteId: props.note.id,