| Current Path : /home/rtorresani/www/vendor/magento/module-user/view/adminhtml/email/ |
| Current File : //home/rtorresani/www/vendor/magento/module-user/view/adminhtml/email/user_notification.html |
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<!--@subject {{trans "New %changes for %user_name" changes=$changes user_name=$user.name}} @-->
<!--@vars {
"var store.frontend_name":"Store Name",
"var store_name":"Store Name",
"var store_email":"Store Email",
"var store_phone":"Store Phone",
"var changes":"Changes",
"var user.name":"User Name"
} @-->
{{trans "Hello,"}}
{{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}}
{{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}}.
{{trans "Thanks,"}}
{{var store.frontend_name}}