diff --git a/src/public/app/widgets/dialogs/note_type_chooser.js b/src/public/app/widgets/dialogs/note_type_chooser.js
index 3a2e192a2..93fe69222 100644
--- a/src/public/app/widgets/dialogs/note_type_chooser.js
+++ b/src/public/app/widgets/dialogs/note_type_chooser.js
@@ -24,7 +24,7 @@ const TPL = `
${t("note_type_chooser.modal_body")}
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json
index 759d12930..2e657b433 100644
--- a/src/public/translations/en/translation.json
+++ b/src/public/translations/en/translation.json
@@ -231,6 +231,7 @@
},
"note_type_chooser": {
"modal_title": "Choose note type",
+ "close": "Close",
"modal_body": "Choose note type / template of the new note:",
"templates": "Templates:"
},