andre 2 лет назад
Родитель
Сommit
d3cbb97b33
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/UI/Client/Ressource/Pages/Ressources.php

+ 1 - 1
app/UI/Client/Ressource/Pages/Ressources.php

@@ -114,7 +114,7 @@ class Ressources extends DataTable implements ClientArea
      */
     public function replaceFieldType($key, $row)
     {
-        return $row[$key] == 'location' ? di('lang')->absoluteT('zimbra','ressource','type','location') : di('lang')->absoluteT('zimbra','ressource','type','equipment');
+        return $row[$key] == 'Location' ? di('lang')->absoluteT('zimbra','ressource','type','location') : di('lang')->absoluteT('zimbra','ressource','type','equipment');
     }
 
     /**