Skip to content

Commit

Permalink
#3696 - Add Account details to confirmation & forgot password letters
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlesnikov committed Mar 3, 2022
1 parent 38d567a commit 84208ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/boonex/english/data/langs/system/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2148,7 +2148,7 @@ If it is not enabled then please consider implement this optimization, since it
<p> </p>
{email_footer}]]></string>
<string name="_sys_et_txt_body_confirmation"><![CDATA[{email_header}
<p>Hello, {name}.</p>
<p>Hello, {name} ({email}).</p>
<p>Click the link below to verify your email address, please:</p>
<p> </p>
<p><a href="{conf_link}">{conf_link}</a></p>
Expand All @@ -2162,6 +2162,7 @@ If it is not enabled then please consider implement this optimization, since it
<p> </p>
{email_footer}]]></string>
<string name="_sys_et_txt_body_forgot"><![CDATA[{email_header}
<p>Hello {name} ({email})</p>,
<p>Click the link below to reset your password, please:</p>
<p> </p>
<p><a href="{forgot_password_url}">Reset my password</a>.</p>
Expand Down
3 changes: 2 additions & 1 deletion modules/boonex/russian/data/langs/system/ru.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@
<p> </p>
{email_footer}]]></string>
<string name="_sys_et_txt_body_confirmation"><![CDATA[{email_header}
<p>Привет, {name}.</p>
<p>Привет, {name} ({email}).</p>
<p>Пожалуйста, подтвердите ваш email, нажав по ссылке:</p>
<p> </p>
<p><a href="{conf_link}">{conf_link}</a></p>
Expand All @@ -2147,6 +2147,7 @@
<p> </p>
{email_footer}]]></string>
<string name="_sys_et_txt_body_forgot"><![CDATA[{email_header}
<p>Привет {name} ({email})</p>,
<p>Пожалуйста, нажмите по ссылке, чтобы сбросить свой пароль:</p>
<p> </p>
<p><a href="{forgot_password_url}">Сбросить мой пароль</a>.</p>
Expand Down

0 comments on commit 84208ab

Please sign in to comment.