summaryrefslogtreecommitdiff
path: root/app/views/layouts/notify.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-11-11 13:40:47 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-11-11 13:40:47 +0000
commit26fab9cb95bda08a044f5500ef0b74854b293a54 (patch)
treeb94fe50f038cb97147b5d51a9138ff2b9dcbeba9 /app/views/layouts/notify.html.haml
parent78171d548158584fe19496fa5113052a9c3cc235 (diff)
downloadgitlab-ce-26fab9cb95bda08a044f5500ef0b74854b293a54.tar.gz
Fix typo in email comment: hone -> one
Diffstat (limited to 'app/views/layouts/notify.html.haml')
-rw-r--r--app/views/layouts/notify.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml
index a02dd955186..3ca4c340406 100644
--- a/app/views/layouts/notify.html.haml
+++ b/app/views/layouts/notify.html.haml
@@ -42,8 +42,8 @@
- else
#{link_to "View it on GitLab", @target_url}.
%br
- -# Don't link the host is the line below, hone link in the email is easier to quickly click than two.
+ -# Don't link the host is the line below, one link in the email is easier to quickly click than two.
You're receiving this email because of your account on #{Gitlab.config.gitlab.host}.
If you'd like to receive fewer emails, you can adjust your notification settings.
- = email_action @target_url
+ = email_action @target_url \ No newline at end of file