1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Make emails translatable

closes #267
This commit is contained in:
Toby Zerner
2015-10-19 11:23:39 +10:30
parent f47be34df0
commit c0bf875890
6 changed files with 39 additions and 45 deletions

View File

@@ -1,8 +0,0 @@
Hey {{ $username }}!
Someone (hopefully you!) has signed up to {{ $forumTitle }} with this email address.
If this was you, simply click the following link and your account will be activated:
{{ $url }}
If you did not sign up, please ignore this email.

View File

@@ -1,8 +0,0 @@
Hey {{ $username }}!
Someone (hopefully you!) has changed their email address on {{ $forumTitle }} to this one.
If this was you, simply click the following link and your email will be confirmed:
{{ $url }}
If this was not you, please ignore this email.

View File

@@ -1,8 +0,0 @@
Hey {{ $username }}!
Someone (hopefully you!) has submitted a forgotten password request for your account on the {{ $forumTitle }}.
If this was you, click the following link to reset your password:
{{ $url }}
If you do not wish to change your password, just ignore this email and nothing will happen.