Browse Source

Bugfix: add resource type selection

andre 2 years ago
parent
commit
68c77a8f66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/Client/Ressource/Providers/RessourceDataProvider.php

+ 2 - 2
app/UI/Client/Ressource/Providers/RessourceDataProvider.php

@@ -50,8 +50,8 @@ class RessourceDataProvider extends BaseDataProvider
         ];
 
         $this->availableValues['type'] = [
-            Zimbra::RES_TYPE_LOCATION        => $lang->absoluteT('zimbra','account','status','active'),
-            Zimbra::RES_TYPE_EQUIPMENT       => $lang->absoluteT('zimbra','account','status','locked')
+            Zimbra::RES_TYPE_LOCATION        => $lang->absoluteT('zimbra','ressource','type','location'),
+            Zimbra::RES_TYPE_EQUIPMENT       => $lang->absoluteT('zimbra','ressource','type','equipment')
         ];
 
         /**