Skip to content

Commit 0875a0e

Browse files
author
Karpenko, Oleksandr
committed
Merge branch 'MAGETWO-54323-update' of github.com:magento-frontend/magento2ce into MAGETWO-53630-2
2 parents 88cfc14 + d7cfa18 commit 0875a0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Websites.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ protected function getFieldsForFieldset()
154154
$tooltip = [
155155
'link' => 'http://docs.magento.com/m2/ce/user_guide/configuration/scope.html',
156156
'description' => __(
157-
'If your Magento site has multiple views, ' .
158-
'you can set the scope to apply to a specific view.'
157+
'If your Magento installation has multiple websites, ' .
158+
'you can edit the scope to use the product on specific sites.'
159159
),
160160
];
161161
$sortOrder = 0;

app/code/Magento/Customer/view/base/ui_component/customer_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</item>
105105
<item name="tooltip" xsi:type="array">
106106
<item name="link" xsi:type="string">http://docs.magento.com/m2/ce/user_guide/configuration/scope.html</item>
107-
<item name="description" xsi:type="string" translate="true">If your Magento site has multiple views, you can set the scope to apply to a specific view.</item>
107+
<item name="description" xsi:type="string" translate="true">If your Magento installation has multiple websites, you can edit the scope to associate the customer with a specific site.</item>
108108
</item>
109109
</item>
110110
</argument>

0 commit comments

Comments
 (0)