Skip to content

Commit 14ee467

Browse files
committed
Changed texts and labels in LoginAsCustomer [issue96]
1 parent 14dfbc0 commit 14ee467

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/code/Magento/LoginAsCustomerPageCache/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<field id="disable_page_cache" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
1313
<label>Disable Page Cache For Admin User</label>
1414
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
15-
<comment><![CDATA[If set to "Yes", when login as customer Page Cache will be disabled.]]></comment>
15+
<comment><![CDATA[If set to "Yes", page caching is disabled when the Admin user is logged in as a customer.]]></comment>
1616
</field>
1717
</group>
1818
</section>

app/code/Magento/LoginAsCustomerUi/Model/Config/Source/StoreViewLogin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function toOptionArray(): array
2929
{
3030
return [
3131
['value' => self::AUTODETECT, 'label' => __('Auto-Detection (default)')],
32-
['value' => self::MANUAL, 'label' => __('Manual Choose')],
32+
['value' => self::MANUAL, 'label' => __('Manual Selection')],
3333
];
3434
}
3535
}

app/code/Magento/LoginAsCustomerUi/etc/adminhtml/system.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<system>
1010
<section id="login_as_customer" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
1111
<class>separator-top</class>
12-
<label>Login As Customer</label>
12+
<label>Login as Customer</label>
1313
<tab>customer</tab>
1414
<resource>Magento_LoginAsCustomer::config_section</resource>
1515
<group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
16-
<label>Login As Customer Information</label>
16+
<label>Login as Customer Settings</label>
1717
<field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
1818
<label>Enable Extension</label>
1919
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
2020
</field>
2121
<field id="store_view_manual_choice_enabled" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
22-
<label>Store View To Login In</label>
22+
<label>Store View To Login To</label>
2323
<source_model>Magento\LoginAsCustomerUi\Model\Config\Source\StoreViewLogin</source_model>
2424
<comment><![CDATA[
25-
Use "Manual Choose" option on multi-website Magento setup with enabled global Share Customer Accounts.
26-
If set to "Manual Choose" then after click on "Login As Customer" admin will need to choose from a select box a store view to login in.
25+
Use the "Manual Selection" option on a multi-website setup that has "Share Customer Accounts" enabled globally.
26+
If set to "Manual Selection", the "Login as Customer" admin can select a store view after logging in.
2727
]]></comment>
2828
</field>
2929
</group>

0 commit comments

Comments
 (0)