Commit 92f214e8991407f6cdb4f05e120befa6d901d30e

Authored by Yarik
1 parent 12a1e136

Article

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/collection/view.php
... ... @@ -52,7 +52,7 @@
52 52 </div>
53 53 <table>
54 54 <tr>
55   - <td><?php echo Yii::t('app', 'Название'); ?>:</td>
  55 + <td><?php echo Yii::t('app', 'Артикул'); ?>:</td>
56 56 <td>
57 57 <?php
58 58 echo $variant->sku;
... ...