Break HTML blocks to individual strings (#8903)

* Modifying message and templates about mfa_change

* Modifying message and templates about password_change

* Modify message and template about password_reset

* Modify message and template about singin_change

* Modify message and template about email_info

* Modify message and template about change_username

* Modify message about change_email

* Add missing props

* Add argument

* Modify message and template about token_added

* Modify messages and template about notification_email

* Modify message and template about deactivate_email

* Fix style

* Remove unused message

* Remove br tags

* Modify message and code about invite_mail

* Add missing message
Этот коммит содержится в:
Yusuke Nemoto
2018-07-21 01:52:20 +09:00
коммит произвёл Elias Nahum
родитель 908a682fcf
Коммит 6104c37761
15 изменённых файлов: 120 добавлений и 73 удалений

Просмотреть файл

@@ -18,7 +18,7 @@
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">{{.Props.Title}}</h2>
<p>{{.Html.Info}}</p>
<p>{{.Props.Info}}<br>{{.Props.Warning}}</p>
</td>
</tr>
<tr>