summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-09-26 01:48:17 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-09-26 01:48:17 +0200
commit53f6f537b09f0f3992589eed968499226814848e (patch)
tree6ab563103f95ec68bbf82d79999b00b55e45f675 /app
parent143b936300ab8f3f63945fe5b38b6e7c6c2564bb (diff)
downloadgitlab-ce-53f6f537b09f0f3992589eed968499226814848e.tar.gz
Fix spelling error on profile page
Diffstat (limited to 'app')
-rw-r--r--app/views/profiles/show.html.haml2
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