From 6d74827f3f24f3ba258d8c07f02b050f7da22b05 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 24 Apr 2023 16:34:44 +0200 Subject: [PATCH] update backend widget title --- src/Widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widgets.php b/src/Widgets.php index 4235605..624ac03 100644 --- a/src/Widgets.php +++ b/src/Widgets.php @@ -29,7 +29,7 @@ class Widgets $w ->create( 'lastblogupdate', - __('LastBlogUpdate: dates of lastest updates'), + __('Last blog update'), [self::class, 'parseWidget'], null, 'Show the dates of last updates of your blog in a widget'