From f7c27e17276c50ba714229fa8b3d6b5ad5172c4b Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 15 Jun 2021 11:42:38 +0545 Subject: [PATCH] fix name for buckets collection --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 3b28dd368d..a6a11f9ae3 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -1440,7 +1440,7 @@ $collections = [ '$collection' => Database::SYSTEM_COLLECTION_COLLECTIONS, '$id' => Database::SYSTEM_COLLECTION_BUCKETS, '$permissions' => ['read' => ['*']], - 'name' => 'File', + 'name' => 'Bucket', 'structure' => true, 'rules' => [ [