From f5c77750824d8a1ae7ceb1707cf82f038b3a8b4a Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 23 Jan 2018 16:45:03 +0100 Subject: [PATCH] Correction of typo --- bl-plugins/html-code/languages/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-plugins/html-code/languages/en.json b/bl-plugins/html-code/languages/en.json index e4e3ab46..2dc89042 100644 --- a/bl-plugins/html-code/languages/en.json +++ b/bl-plugins/html-code/languages/en.json @@ -6,5 +6,5 @@ }, "insert-code-in-the-theme-inside-the-tag-head": "Insert code in the theme inside the tag <head> </head>", "insert-code-in-the-theme-at-the-top": "Insert code in the theme at the top.", - "insert-code-in-the-theme-at-the-bottom": "IInsert code in the theme at the bottom." -} \ No newline at end of file + "insert-code-in-the-theme-at-the-bottom": "Insert code in the theme at the bottom." +}