diff --git a/modules/Inventory/models/RelationListView.php b/modules/Inventory/models/RelationListView.php index 478a6d77a1a788196ef807a6c1d21cd750f74f26..c73c2425bd8ad5a1f706f098455de19139d15387 100644 --- a/modules/Inventory/models/RelationListView.php +++ b/modules/Inventory/models/RelationListView.php @@ -31,7 +31,7 @@ class Inventory_RelationListView_Model extends Vtiger_RelationListView_Model { $addLinkList = array( array( 'linktype' => 'LISTVIEWBASIC', - 'linklabel' => vtranslate('LBL_ADD')." ".vtranslate($relatedModel->get('label')), + 'linklabel' => vtranslate('LBL_ADD')." ".vtranslate('SINGLE_'.$relatedModel->getName(), $relatedModel->getName()), 'linkurl' => $this->getCreateViewUrl(), 'linkicon' => '', )