1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 07:24:25 +02:00
This commit is contained in:
syuilo
2025-04-02 19:48:32 +09:00
parent e4ceab5f6c
commit d07552424c
6 changed files with 10 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ const headerActions = computed(() => clip.value && isOwned.value ? [{
},
}, {
icon: 'ti ti-code',
text: i18n.ts.genEmbedCode,
text: i18n.ts.embed,
action: () => {
genEmbedCode('clips', clip.value!.id);
},