Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 7 additions & 17 deletions templates/user/mails/confirm.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@
{% block content %}
<p>{{ 'account.mail.confirm.greeting'|trans }}</p>
<p>{{ 'account.mail.confirm.intro'|trans }}</p>
<table class="button expanded rounded">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td><a href="{{ confirmationLink }}">{{ 'account.mail.confirm.button'|trans }}</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>{{ 'account.mail.confirm.alternative'|trans }}</p>
<a href="{{ confirmationLink }}">{{ confirmationLink }}</a>
<button href="{{ confirmationLink }}" class="button small-expanded rounded">
{{ 'account.mail.confirm.button'|trans }}
</button>

<p class="text-muted dark-gray"><small>{{ 'account.mail.confirm.alternative'|trans }}
<a href="{{ confirmationLink }}">{{ confirmationLink }}</a></small></p>
<p>account.mail.confirm.signature<br>{{ fallbacks.get('site_title') }}</p>
{% endblock %}
24 changes: 7 additions & 17 deletions templates/user/mails/reset.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@
{% block content %}
<p>{{ 'account.mail.reset.greeting'|trans }}</p>
<p>{{ 'account.mail.reset.intro'|trans }}</p>
<table class="button expanded rounded">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td><a href="{{ resetLink }}">{{ 'account.mail.reset.button'|trans }}</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>{{ 'account.mail.reset.alternative'|trans }}</p>
<a href="{{ resetLink }}">{{ resetLink }}</a>
<button href="{{ resetLink }}" class="button small-expanded rounded">
{{ 'account.mail.reset.button'|trans }}
</button>

<p class="text-muted dark-gray"><small>{{ 'account.mail.reset.alternative'|trans }}
<a href="{{ resetLink }}">{{ resetLink }}</a></small></p>
<p>account.mail.reset.signature<br>{{ fallbacks.get('site_title') }}</p>
{% endblock %}
14 changes: 8 additions & 6 deletions translations/messages+intl-icu.nl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ filter.submit: 'Zoeken'
# Mails
account.mail.confirm.title: 'Project name - Account activatie'
account.mail.confirm.greeting: 'Hallo,'
account.mail.confirm.intro: 'Welkom op Project! Klik op onderstaande knop om je account te activeren'
account.mail.confirm.button: 'Activeer account'
account.mail.confirm.alternative: 'Indien de knop niet werkt, probeer dan volgende link.'
account.mail.confirm.intro: 'Er werd voor jou een account aangemaakt op ons platform! Om je account te gebruiken moet je deze nog activeren. Dat kan je doen door op onderstaande knop te klikken:'
account.mail.confirm.button: 'Activeer nu je account'
account.mail.confirm.alternative: 'Kan je de knop niet aanklikken dan kan je onderstaande link kopiëren in je browser:'
account.mail.confirm.signature: 'Veel plezier'
account.mail.reset.title: 'Project name - Wachtwoord vergeten'
account.mail.reset.greeting: 'Hallo,'
account.mail.reset.intro: 'Klik op onderstaande knop om een nieuw wachtwoord te kiezen.'
account.mail.reset.button: 'Stel je wachtwoord opnieuw in'
account.mail.reset.alternative: 'Indien de knop niet werkt, probeer dan volgende link.'
account.mail.reset.intro: 'Je hebt gevraagd om je wachtwoord in te stellen, dat kan je door middel van onderstaande knop:'
account.mail.reset.button: 'Stel je wachtwoord in'
account.mail.reset.alternative: 'Kan je de knop niet aanklikken dan kan je onderstaande link kopiëren in je browser:'
account.mail.reset.signature: 'Veel plezier'