add translations for sell product

This commit is contained in:
2015-10-06 11:38:43 +02:00
parent 8fbe963379
commit 48e392b4fd
11 changed files with 251 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ class ProductLookupForm extends Model
public function attributeLabels()
{
return [
'verifyCode' => 'Verification Code',
'filter_text' => Yii::t('frontend/product','Barcode or product code') ,
];
}