Skip to content

Commit 44bb3ab

Browse files
author
Sylvain Kocet
committed
Fix subject translation (email)
1 parent 34a174e commit 44bb3ab

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_confirmation.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 Please confirm your {{var store.getFrontendName()}} account @-->
7+
<!--@subject {{trans "Please confirm your %store_name account" store_name=$store.getFrontendName()}} @-->
88
<!--@vars {
99
"var this.getUrl($store, 'customer/account/confirm/', [_query:[id:$customer.id, key:$customer.confirmation, back_url:$back_url]])":"Account Confirmation URL",
1010
"var this.getUrl($store, 'customer/account/')":"Customer Account URL",

0 commit comments

Comments
 (0)