Fix spelling error on profile page
This commit is contained in:
parent
143b936300
commit
53f6f537b0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
= f.text_field :email, class: "form-control", required: true
|
= f.text_field :email, class: "form-control", required: true
|
||||||
- if @user.unconfirmed_email.present?
|
- if @user.unconfirmed_email.present?
|
||||||
%span.help-block
|
%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}
|
%strong #{@user.unconfirmed_email}
|
||||||
|
|
||||||
- else
|
- else
|
||||||
|
|
Loading…
Reference in a new issue