diff --git a/src/public/app/widgets/dialogs/jump_to_note.js b/src/public/app/widgets/dialogs/jump_to_note.js
index 75cd6b94a..919541bea 100644
--- a/src/public/app/widgets/dialogs/jump_to_note.js
+++ b/src/public/app/widgets/dialogs/jump_to_note.js
@@ -12,7 +12,7 @@ const TPL = `
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json
index 60cb0fe0b..e5def073f 100644
--- a/src/public/translations/en/translation.json
+++ b/src/public/translations/en/translation.json
@@ -209,6 +209,7 @@
},
"jump_to_note": {
"search_placeholder": "search for note by its name",
+ "close": "Close",
"search_button": "Search in full text
Ctrl+Enter"
},
"markdown_import": {