From ed1bf235ad3015ee750e70007584f03c4ec34bbc Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 14 Sep 2021 17:40:42 +0200 Subject: [PATCH] Addition --- bl-plugins/welcome/languages/en.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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" +}