Skip to content

Commit 34a174e

Browse files
committed
Fix subject transaltion
1 parent f93b8da commit 34a174e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/luma/Magento_Customer/email/account_new.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 Welcome to {{var store.getFrontendName()}} @-->
7+
<!--@subject {{trans "Welcome to %store_name" 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)