${t("markdown_import.modal_body_text")}
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json
index eec34365f..ba12640ae 100644
--- a/src/public/translations/en/translation.json
+++ b/src/public/translations/en/translation.json
@@ -214,6 +214,7 @@
},
"markdown_import": {
"dialog_title": "Markdown import",
+ "close": "Close",
"modal_body_text": "Because of browser sandbox it's not possible to directly read clipboard from JavaScript. Please paste the Markdown to import to textarea below and click on Import button",
"import_button": "Import Ctrl+Enter",
"import_success": "Markdown content has been imported into the document."