Parcourir la source

ressource: add lang keys

andre il y a 2 ans
Parent
commit
d3cbb97b33
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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');
     }
 
     /**