|
|
- 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');
|