Commit e7f80806666aef65dae9293dbda34f994299f7b2
Exists in
spb-stable
and in
3 other branches
Merge branch 'wording-of-link-text' into 'master'
Wording of link text
Showing
2 changed files
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 | ... | ... |
73.8 KB