diff --git a/languages/en_US.json b/languages/en_US.json index 29eac24f..ddc020de 100644 --- a/languages/en_US.json +++ b/languages/en_US.json @@ -162,5 +162,6 @@ "you-can-schedule-the-post-just-select-the-date-and-time": "You can schedule the post, just select the date and time.", "scheduled": "Scheduled", "publish": "Publish", - "please-check-your-theme-configuration": "Please check your theme configuration." + "please-check-your-theme-configuration": "Please check your theme configuration.", + "plugin-label": "Plugin label" } diff --git a/plugins/pages/plugin.php b/plugins/pages/plugin.php index a430fadf..c75636f8 100644 --- a/plugins/pages/plugin.php +++ b/plugins/pages/plugin.php @@ -15,7 +15,7 @@ class pluginPages extends Plugin { global $Language; $html = '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
';