Skip to content

Commit aa97307

Browse files
committed
ACP2E-3125: Password reset template issue with Admin user
1 parent 9b9b956 commit aa97307

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/User/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Resources,Resources
117117
"New %changes for %user_name","New %changes for %user_name"
118118
"Hello,","Hello,"
119119
"We have received a request to change the following information associated with your account at %store_name: %changes.","We have received a request to change the following information associated with your account at %store_name: %changes."
120+
"We have received a request to reset the %changes associated with your account at %store_name.","We have received a request to reset the %changes associated with your account at %store_name."
120121
"If you have not authorized this action, please contact us immediately at %store_email","If you have not authorized this action, please contact us immediately at %store_email"
121122
"or call us at %store_phone","or call us at %store_phone"
122123
"Thanks,","Thanks,"

app/code/Magento/User/view/adminhtml/email/user_notification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
{{trans "Hello,"}}
1818

19-
{{trans "We have received a request to change the following information associated with your account at %store_name: %changes." store_name=$store.frontend_name changes=$changes}}
19+
{{trans "We have received a request to reset the %changes associated with your account at %store_name." store_name=$store.frontend_name changes=$changes}}
2020
{{trans "If you have not authorized this action, please contact us immediately at %store_email" store_email=$store_email |escape}}{{depend store_phone}} {{trans "or call us at %store_phone" store_phone=$store_phone |escape}}{{/depend}}.
2121

2222
{{trans "Thanks,"}}

0 commit comments

Comments
 (0)