File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
LoginAsCustomerPageCache/etc/adminhtml Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
<field id =" disable_page_cache" translate =" label comment" type =" select" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
13
13
<label >Disable Page Cache For Admin User</label >
14
14
<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 >
16
16
</field >
17
17
</group >
18
18
</section >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function toOptionArray(): array
29
29
{
30
30
return [
31
31
['value ' => self ::AUTODETECT , 'label ' => __ ('Auto-Detection (default) ' )],
32
- ['value ' => self ::MANUAL , 'label ' => __ ('Manual Choose ' )],
32
+ ['value ' => self ::MANUAL , 'label ' => __ ('Manual Selection ' )],
33
33
];
34
34
}
35
35
}
Original file line number Diff line number Diff line change 9
9
<system >
10
10
<section id =" login_as_customer" translate =" label" type =" text" sortOrder =" 1" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
11
11
<class >separator-top</class >
12
- <label >Login As Customer</label >
12
+ <label >Login as Customer</label >
13
13
<tab >customer</tab >
14
14
<resource >Magento_LoginAsCustomer::config_section</resource >
15
15
<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 >
17
17
<field id =" enabled" translate =" label" type =" select" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
18
18
<label >Enable Extension</label >
19
19
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
20
20
</field >
21
21
<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 >
23
23
<source_model >Magento\LoginAsCustomerUi\Model\Config\Source\StoreViewLogin</source_model >
24
24
<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.
27
27
]]> </comment >
28
28
</field >
29
29
</group >
You can’t perform that action at this time.
0 commit comments