|
@@ -114,7 +114,7 @@ class Ressources extends DataTable implements ClientArea
|
|
|
*/
|
|
*/
|
|
|
public function replaceFieldType($key, $row)
|
|
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');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|