parent
34164bc4dc
commit
19abfe6104
1 changed files with 9 additions and 0 deletions
9
app/views/mailer/signup/pl.html.erb
Normal file
9
app/views/mailer/signup/pl.html.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Potwierdź swoje konto na #{config.product_name}, #{user.firstname} #{user.lastname}
|
||||
|
||||
<div>Witaj #{user.firstname},</div>
|
||||
<br>
|
||||
<div>Potwierdź swój adres email aby aktywować swoje konto #{config.product_name}. To proste, użyj linku ponizej.</div>
|
||||
<br>
|
||||
<div><a href="#{config.http_type}://#{config.fqdn}/#email_verify/#{token.name}">#{config.http_type}://#{config.fqdn}/#email_verify/#{token.name}</a></div>
|
||||
<br>
|
||||
<div>Zespół #{config.product_name}</div>
|
Loading…
Reference in a new issue