Merge pull request #7859 from Razer6/fix_profile_spelling_error

Fix spelling error on profile page
This commit is contained in:
Robert Schilling 2014-09-26 02:03:31 +02:00
commit e71e8609cf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
= f.text_field :email, class: "form-control", required: true
- if @user.unconfirmed_email.present?
%span.help-block
Please click the link in the confirmation email before continuing, it was send to
Please click the link in the confirmation email before continuing, it was sent to
%strong #{@user.unconfirmed_email}
- else