app/views/password_resets/create.html.haml in radiant-reader-extension-0.9.2 vs app/views/password_resets/create.html.haml in radiant-reader-extension-1.0.0
- old
+ new
@@ -1,13 +1,10 @@
%p
- Thank you. A message has been sent to
- %strong
- = params[:email]
- containing the instructions for setting a new password.
- Remember, it hasn't changed yet and won't until you follow the instructions in the message.
+ = t('reset_message_instructions')
- content_for :breadcrumbs do
- = link_to 'Home', '/'
- > Reset password
+ = link_to t('home').titlecase, '/'
+ >
+ = t('reset_password')
-- content_for :pagetitle do
- Reset message sent
+- content_for :title do
+ = t('reset_message_sent')