mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Improve change-email wording
This commit is contained in:
parent
ee1bbd722f
commit
4cd526513c
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
{% block content %}
|
||||
{{ render_text("Hi " + name) }}
|
||||
{{ render_text("You want to change your email to <b>"+ new_email +"</b>.") }}
|
||||
{{ render_text("You recently requested to change your email on SimpleLogin to <b>"+ new_email +"</b>.") }}
|
||||
{{ render_text("Your current email is " + current_email + ".") }}
|
||||
{{ render_text("To confirm, please click on the button below within 12 hours.") }}
|
||||
{{ render_text("Use the button below to confirm within the next 12 hours.") }}
|
||||
{{ render_button("Change email", link) }}
|
||||
{{ render_text('Thanks, <br />SimpleLogin Team.') }}
|
||||
{{ raw_url(link) }}
|
||||
|
|
Loading…
Reference in a new issue