Skip to content

Commit dae4c8a

Browse files
committed
magento2-login-as-customer/issues/95: Incorrect text value. In all places should be used "Login as Customer" instead of "Login As Customer"
1 parent 98f6f71 commit dae4c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/LoginAsCustomer/etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
10-
<table name="login_as_customer" resource="default" engine="innodb" comment="Magento Login As Customer Table">
10+
<table name="login_as_customer" resource="default" engine="innodb" comment="Magento Login as Customer Table">
1111
<column xsi:type="varchar" name="secret" nullable="false" length="64" comment="Login Secret"/>
1212
<column xsi:type="int" name="customer_id" nullable="false" comment="Customer ID"/>
1313
<column xsi:type="int" name="admin_id" nullable="false" comment="Admin ID"/>

0 commit comments

Comments
 (0)