diff options
Diffstat (limited to 'app/views/devise/confirmations/new.html.haml')
-rw-r--r-- | app/views/devise/confirmations/new.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/devise/confirmations/new.html.haml b/app/views/devise/confirmations/new.html.haml index 024ccaddaa1..51354618aa4 100644 --- a/app/views/devise/confirmations/new.html.haml +++ b/app/views/devise/confirmations/new.html.haml @@ -6,9 +6,9 @@ = render "devise/shared/error_messages", resource: resource .form-group = f.label :email - = f.email_field :email, class: "form-control gl-form-input", required: true, title: 'Please provide a valid email address.', value: nil + = f.email_field :email, class: "form-control gl-form-input", required: true, title: _('Please provide a valid email address.'), value: nil .clearfix - = f.submit "Resend", class: 'gl-button btn btn-confirm' + = f.submit _("Resend"), class: 'gl-button btn btn-confirm' .clearfix.prepend-top-20 = render 'devise/shared/sign_in_link' |