From a68641b0fef892421718b4b9ddb89d6e4577ea25 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Thu, 19 Oct 2017 21:53:58 +0200 Subject: [PATCH] Update en.json add missing "Read more" definintion --- bl-languages/en.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bl-languages/en.json b/bl-languages/en.json index 2fbf334d..8229bb23 100644 --- a/bl-languages/en.json +++ b/bl-languages/en.json @@ -232,5 +232,6 @@ "scheduled": "Scheduled", "this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.", "congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**.", - "this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit" -} \ No newline at end of file + "this-theme-may-not-be-supported-by-this-version-of-bludit": "This theme may not be supported by this version of Bludit", + "read-more": "Read more" +}