Skip to content

Commit ee4f294

Browse files
author
Oleksii Korshenko
committed
Merge Pull Request #4227 from Imaginaerum/magento2.git patch-1
2 parents 135f967 + 4ddcf79 commit ee4f294

28 files changed

+28
-28
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",

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 Welcome to {{var 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",

app/code/Magento/Customer/view/frontend/email/account_new_no_password.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",

app/code/Magento/Customer/view/frontend/email/change_email.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 Your {{var store.getFrontendName()}} email has been changed @-->
7+
<!--@subject {{trans "Your %store_name email has been changed" store_name=$store.getFrontendName()}} @-->
88
<!--@vars {} @-->
99
{{template config_path="design/email/header_template"}}
1010

app/code/Magento/Customer/view/frontend/email/change_email_and_password.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 Your {{var store.getFrontendName()}} email and password has been changed @-->
7+
<!--@subject {{trans "Your %store_name email and password has been changed" store_name=$store.getFrontendName()}} @-->
88
<!--@vars {} @-->
99
{{template config_path="design/email/header_template"}}
1010

app/code/Magento/Customer/view/frontend/email/password_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 Reset your {{var store.getFrontendName()}} password @-->
7+
<!--@subject {{trans "Reset your %store_name password" store_name=$store.getFrontendName()}} @-->
88
<!--@vars {
99
"var this.getUrl(store, 'customer/account/')":"Customer Account URL",
1010
"var customer.name":"Customer Name"

app/code/Magento/Customer/view/frontend/email/password_reset.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 Your {{var store.getFrontendName()}} password has been changed @-->
7+
<!--@subject {{trans "Your %store_name password has been changed" store_name=$store.getFrontendName()}} @-->
88
<!--@vars {
99
"var customer.name":"Customer Name"
1010
} @-->

app/code/Magento/Customer/view/frontend/email/password_reset_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 Reset your {{var store.getFrontendName()}} password @-->
7+
<!--@subject {{trans "Reset your %store_name password" store_name=$store.getFrontendName()}} @-->
88
<!--@vars {
99
"var customer.name":"Customer Name",
1010
"var this.getUrl($store, 'customer/account/createPassword/', [_query:[id:$customer.id, token:$customer.rp_token]])":"Reset Password URL"

app/code/Magento/Newsletter/view/frontend/email/subscr_confirm.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 Newsletter subscription confirmation @-->
7+
<!--@subject {{trans "Newsletter subscription confirmation"}} @-->
88
<!--@vars {
99
"var customer.name":"Customer Name",
1010
"var subscriber.getConfirmationLink()":"Subscriber Confirmation URL"

app/code/Magento/Newsletter/view/frontend/email/subscr_success.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 Newsletter subscription success @-->
7+
<!--@subject {{trans "Newsletter subscription success"}} @-->
88
<!--@vars {
99
"template config_path=\"design\/email\/footer_template\"":"Email Footer Template",
1010
"template config_path=\"design\/email\/header_template\"":"Email Header Template"

0 commit comments

Comments
 (0)