From 943bc8a2b32f68d7a11bb803153798a4bb7fab75 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sun, 17 Nov 2019 20:48:25 +0200 Subject: [PATCH] Changed file attribute key name --- app/config/collections.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index 2042777ed0..bd97399bb2 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -994,7 +994,7 @@ $collections = [ ], [ '$collection' => Database::SYSTEM_COLLECTION_RULES, - 'label' => 'Size Original', + 'label' => 'Original Size', 'key' => 'sizeOriginal', 'type' => 'numeric', 'default' => 0, @@ -1003,8 +1003,8 @@ $collections = [ ], [ '$collection' => Database::SYSTEM_COLLECTION_RULES, - 'label' => 'Size Compressed', - 'key' => 'sizeCompressed', + 'label' => 'Actual Size', + 'key' => 'sizeActual', 'type' => 'numeric', 'default' => 0, 'required' => true,