diff --git a/packages/client/src/components/MkEmbedDialog.vue b/packages/client/src/components/MkEmbedDialog.vue
index a7319e304c..c1c6302d72 100644
--- a/packages/client/src/components/MkEmbedDialog.vue
+++ b/packages/client/src/components/MkEmbedDialog.vue
@@ -15,15 +15,14 @@
primary
full
@click="copyToClipboard(codeblock); $refs.modal.close()"
- >{{ i18n.ts.copyContent }}
+ >{{ i18n.ts.copyContent }}
+
{{ i18n.ts.gotIt }}
+ >{{ i18n.ts.gotIt }}
+
@@ -49,7 +48,7 @@ const props = withDefaults(
}
);
-const codeblock = ``
+const codeblock = ``;