Commit 6e4dbde2e7e9f4ca2b172f8e59230cc3f6a86f4f
1 parent
0dc48fac
Exists in
spb-stable
and in
3 other branches
Improve actionability of notice.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/views/profiles/show.html.haml
... | ... | @@ -33,8 +33,9 @@ |
33 | 33 | = f.text_field :email, class: "form-control", required: true |
34 | 34 | - if @user.unconfirmed_email.present? |
35 | 35 | %span.help-block |
36 | - We sent confirmation email to | |
36 | + Please click the link in the confirmation email before continuing, it was send to | |
37 | 37 | %strong #{@user.unconfirmed_email} |
38 | + | |
38 | 39 | - else |
39 | 40 | %span.help-block We also use email for avatar detection if no avatar is uploaded. |
40 | 41 | .form-group | ... | ... |