Skip to content

Commit 4ddcf79

Browse files
author
Sylvain Kocet
committed
Fix subject translation (email)
1 parent 69fe199 commit 4ddcf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/email/account_new_confirmed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<!--@subject {{trans " Welcome to %store_name account" store_name=$store.getFrontendName()}} @-->
7+
<!--@subject {{trans "Welcome to %store_name account" store_name=$store.getFrontendName()}} @-->
88
<!--@vars {
99
"var this.getUrl($store, 'customer/account/')":"Customer Account URL",
1010
"var customer.email":"Customer Email",

0 commit comments

Comments
 (0)