diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-04-07 17:46:00 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-04-07 17:46:00 -0400 |
commit | 87140384109095612f527e947737cc7d65c3ff9d (patch) | |
tree | 419abd16649d6ec17979ce1c1bf7203852e81021 /app/views/devise | |
parent | 7d57d8b783eedd73997a193ca09563a49109c557 (diff) | |
download | gitlab-ce-87140384109095612f527e947737cc7d65c3ff9d.tar.gz |
Improve wording below signup box
[ci skip]
Diffstat (limited to 'app/views/devise')
-rw-r--r-- | app/views/devise/shared/_signup_box.html.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml index dcf60c90430..9dc6aeffd59 100644 --- a/app/views/devise/shared/_signup_box.html.haml +++ b/app/views/devise/shared/_signup_box.html.haml @@ -22,5 +22,6 @@ .clearfix.prepend-top-20 %p - %span.light Did not receive confirmation email? - = link_to "Send again", new_confirmation_path(resource_name)
\ No newline at end of file + %span.light Didn't receive a confirmation email? + = succeed '.' do + = link_to "Request a new one", new_confirmation_path(resource_name) |