diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-26 01:48:17 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-26 01:48:17 +0200 |
commit | 53f6f537b09f0f3992589eed968499226814848e (patch) | |
tree | 6ab563103f95ec68bbf82d79999b00b55e45f675 /app | |
parent | 143b936300ab8f3f63945fe5b38b6e7c6c2564bb (diff) | |
download | gitlab-ce-53f6f537b09f0f3992589eed968499226814848e.tar.gz |
Fix spelling error on profile page
Diffstat (limited to 'app')
-rw-r--r-- | app/views/profiles/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index e03a43cbf1f..ed19dccf53e 100644 --- a/app/views/profiles/show.html.haml +++ b/app/views/profiles/show.html.haml @@ -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 |