File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/LoginAsCustomerAdminUi Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" canRestore =" 1" >
22
- <label >Store View To Login To</label >
22
+ <label >Store To Login To</label >
23
23
<source_model >Magento\LoginAsCustomerAdminUi\Model\Config\Source\StoreViewLogin</source_model >
24
24
<comment ><![CDATA[
25
25
Use the "Manual Selection" option on a multi-website setup that has "Share Customer Accounts" enabled globally.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ define([
36
36
data : {
37
37
showStoreViewOptions : self . showStoreViewOptions ,
38
38
storeViewOptions : self . storeViewOptions ,
39
- label : $t ( 'Store View ' )
39
+ label : $t ( 'Store' )
40
40
}
41
41
} ) + content ;
42
42
}
You can’t perform that action at this time.
0 commit comments