about summary refs log tree commit diff
path: root/app/views/user_mailer/reset_password_instructions.nl.html.erb
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@users.noreply.github.com>2017-05-08 23:11:12 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-05-08 23:11:12 +0200
commit406229d927ee3dfbc2fd9ec7a984a90b924f0834 (patch)
tree5d0398a256cd6d75eabba6017cefe48218978b26 /app/views/user_mailer/reset_password_instructions.nl.html.erb
parent7a7d12d27f16370c3789aa97514da25c6e91ae4c (diff)
Updating and extending Dutch strings (#2930)
* Update nl

* Update nl

* Update nl

* Create confirmation_instructions.nl.html.erb

* Create confirmation_instructions.nl.text.erb

* Create password_change.nl.html.erb

* Create password_change.nl.text.erb

* Create reset_password_instructions.nl.html.erb

* Create reset_password_instructions.nl.text.erb
Diffstat (limited to 'app/views/user_mailer/reset_password_instructions.nl.html.erb')
-rw-r--r--app/views/user_mailer/reset_password_instructions.nl.html.erb9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/user_mailer/reset_password_instructions.nl.html.erb b/app/views/user_mailer/reset_password_instructions.nl.html.erb
new file mode 100644
index 000000000..ca1748145
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.nl.html.erb
@@ -0,0 +1,9 @@
+<p>Hallo <%= @resource.email %>!</p>
+
+<p>Er heeft iemand een nieuw wachtwoord aangevraagd voor Mastodon. Je kan op de link hieronder klikken om jouw wach
+twoord te veranderen.</p>
+
+<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
+
+<p>Je kan deze e-mail negeren wanneer jij dit niet hebt aangevraagd.</p>
+<p>Jouw wachtwoord blijft onveranderd wanneer je niet op bovenstaande link klikt.</p>