most email notifications translatable

This commit is contained in:
Florian Dupret
2020-05-25 19:24:21 +02:00
parent b54bb20617
commit 37b35661be
29 changed files with 179 additions and 92 deletions

View File

@@ -1,7 +1,7 @@
{% include 'emails.header-text' %}
Somebody tried to reset your password. If it was you, please follow the link below to do so.
{{ trans('email.reset_pw_instructions') }}
PLEASE verify that the link actually goes to the Firefly III you expect it to go!
{{ trans('email.reset_pw_warning_text') }}
{{ url }}
{% include 'emails.footer-text' %}