summaryrefslogtreecommitdiff
path: root/app/views/admin/hooks/index.html.haml
diff options
context:
space:
mode:
authorHenry Smith <henry@henrysmith.org>2013-08-15 19:19:29 +0100
committerHenry Smith <henry@henrysmith.org>2013-08-15 19:19:29 +0100
commit602e2e68d956a53cf411124e0548d7a93139768f (patch)
tree3119fadb21ad81728d0e1d8b003a6b9f1465cc73 /app/views/admin/hooks/index.html.haml
parent0b4324938a1b81554032b9583397c4b7c53fb3ec (diff)
downloadgitlab-ce-602e2e68d956a53cf411124e0548d7a93139768f.tar.gz
Lots of wording improvements for the project settings area
Summary: - Mostly very small things involving use of "a", "the" etc. - "post-receive" hooks are usually written with the hyphen in the name . - I changed the Web Hooks page to have a title consistent with all the other pages in the settings area. - More consistent usage of full-stops in lists.
Diffstat (limited to 'app/views/admin/hooks/index.html.haml')
-rw-r--r--app/views/admin/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/hooks/index.html.haml b/app/views/admin/hooks/index.html.haml
index 8f302dce5d4..eb6570af30e 100644
--- a/app/views/admin/hooks/index.html.haml
+++ b/app/views/admin/hooks/index.html.haml
@@ -1,6 +1,6 @@
.alert.alert-info
%span
- Post receive hooks for binding events.
+ Post-receive hooks for binding events.
%br
Read more about system hooks
%strong #{link_to "here", help_system_hooks_path, class: "vlink"}