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
This commit is contained in:
committed by
Eugen Rochko
parent
7a7d12d27f
commit
406229d927
12
app/views/user_mailer/confirmation_instructions.nl.text.erb
Normal file
12
app/views/user_mailer/confirmation_instructions.nl.text.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
Welkom <%= @resource.email %> !
|
||||
|
||||
Je hebt zojuist een account aangemaakt op <%= @instance %>.
|
||||
|
||||
Klik op de volgende link om jouw registratie te bevestigen :
|
||||
<%= confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
Lees ook onze gebruikersvoorwaarden op <%= terms_url %>
|
||||
|
||||
Vriendelijke groet,
|
||||
|
||||
De beheerder(s) van <%= @instance %>
|
Reference in New Issue
Block a user