lib/generators/templates/i18n/devise/views/mailer/unlock_instructions.slim in adminos-1.0.0.pre.rc.3 vs lib/generators/templates/i18n/devise/views/mailer/unlock_instructions.slim in adminos-1.0.0.pre.rc.4
- old
+ new
@@ -1,4 +1,4 @@
-p Hello #{@resource.email}!
-p Your account has been locked due to an excessive amount of unsuccessful sign in attempts.
-p Click the link below to unlock your account:
-p= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @resource.unlock_token)
+p= t('devise.mailer.unlock_instructions.greeting')
+p= t('devise.mailer.unlock_instructions.message')
+p= t('devise.mailer.unlock_instructions.instruction')
+p= link_to t('devise.mailer.unlock_instructions.action'), unlock_url(@resource, unlock_token: @resource.unlock_token)