From 5da3a099e1f6d3c6e0623de11269c9b086ffa792 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Tue, 21 Aug 2018 18:52:32 +0200 Subject: [PATCH] missing phrase --- bl-kernel/admin/views/edit-content.php | 2 +- bl-languages/en.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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