Skip to content

Commit 131857f

Browse files
author
Andrii Lugovyi
committed
MAGETWO-37133: Variation grid on the Main page of PCF
- MAGETWO-39740: Incorrect steps description in wizard according to UX pdf doc
1 parent 2abcc02 commit 131857f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps/attributes_values.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div data-bind="scope: '<?= $block->getComponentName()?>'">
1212
<h2 class="steps-wizard-title"><?= __('Step 2: Attribute Values') ?></h2>
1313
<div class="steps-wizard-info">
14-
<span><?= __('Select values from each attribute to include in this product. Each unique combination of values creates a unigue.') ?></span>
14+
<span><?= __('Select values from each attribute to include in this product. Each unique combination of values creates a unigue product SKU.') ?></span>
1515
</div>
1616
<div data-bind="foreach: attributes, sortableList: attributes">
1717

0 commit comments

Comments
 (0)