diff --git a/bl-plugins/welcome/languages/en.json b/bl-plugins/welcome/languages/en.json index 2c899ffb..7146e5c3 100644 --- a/bl-plugins/welcome/languages/en.json +++ b/bl-plugins/welcome/languages/en.json @@ -1,7 +1,8 @@ { - "plugin-data": - { - "name": "Welcome", - "description": "Shows a greeting message in the dashboard." - } -} \ No newline at end of file + "plugin-data": + { + "name": "Last pages", + "description": "Shows the last pages in the dashboard." + }, + "latest-pages": "Latest pages" +}