From 2db266d71de1ed3985de3e32a45920a59360c53c Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 16 Jan 2022 17:11:49 +0545 Subject: [PATCH] Update app/controllers/web/console.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matej Bačo --- app/controllers/web/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/web/console.php b/app/controllers/web/console.php index f15b1b8cb4..9911b5c7c5 100644 --- a/app/controllers/web/console.php +++ b/app/controllers/web/console.php @@ -334,7 +334,7 @@ App::get('/console/storage/bucket') ; $layout - ->setParam('title', APP_NAME.' - Storage Bucket') + ->setParam('title', APP_NAME.' - Storage Buckets') ->setParam('body', $page) ;