andre 2 anni fa
parent
commit
6ceb60a77d

+ 2 - 2
app/UI/Client/EmailAccount/Providers/AccountDataProvider.php

@@ -45,8 +45,8 @@ class AccountDataProvider extends BaseDataProvider
             Kerio::ACC_STATUS_CLOSED        => $lang->absoluteT('kerio','account','status','closed'),
         ];
         $this->availableValues['unit'] = [
-            'MB',
-            'GB',
+            'MegaBytes' => 'MB',
+            'GigaBytes' => 'GB',
         ];
 
     }