1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Update app/controllers/web/console.php

Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
This commit is contained in:
Damodar Lohani 2022-01-16 17:11:49 +05:45 committed by GitHub
parent ba82839128
commit 2db266d71d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
;