Skip to content

Commit 4c26dfa

Browse files
committed
#33094 Renamed confusing store select labels - Login As Customer
1 parent 0c14764 commit 4c26dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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" canRestore="1">
22-
<label>Store View To Login To</label>
22+
<label>Store To Login To</label>
2323
<source_model>Magento\LoginAsCustomerAdminUi\Model\Config\Source\StoreViewLogin</source_model>
2424
<comment><![CDATA[
2525
Use the "Manual Selection" option on a multi-website setup that has "Share Customer Accounts" enabled globally.

app/code/Magento/LoginAsCustomerAdminUi/view/adminhtml/web/js/confirmation-popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ define([
3636
data: {
3737
showStoreViewOptions: self.showStoreViewOptions,
3838
storeViewOptions: self.storeViewOptions,
39-
label: $t('Store View')
39+
label: $t('Store')
4040
}
4141
}) + content;
4242
}

0 commit comments

Comments
 (0)