diff --git a/bl-kernel/admin/views/edit-content.php b/bl-kernel/admin/views/edit-content.php
index 2b12462c..596a1bf3 100644
--- a/bl-kernel/admin/views/edit-content.php
+++ b/bl-kernel/admin/views/edit-content.php
@@ -79,7 +79,7 @@
draft()): ?>
-
p('The content is saved as a draft. To publish it click on the button Publish or if you still working on it click on Save as draft.') ?>
+ p('the-content-is-saved-as-a-draft-to-publish-it') ?>
diff --git a/bl-languages/en.json b/bl-languages/en.json
index ac0ee122..44ebb2a9 100644
--- a/bl-languages/en.json
+++ b/bl-languages/en.json
@@ -348,5 +348,7 @@
"access-denied": "Access denied",
"choose-images-to-upload": "Choose images to upload",
"insert": "Insert",
- "upload": "Upload"
+ "upload": "Upload",
+ "autosave": "Autosave",
+ "the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish or if you still working on it click on Save as draft."
}
\ No newline at end of file