From bed7a8e438867f9179bdf892d7b2aa5070e0ce4b Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Wed, 5 Aug 2015 15:04:35 +0000 Subject: [PATCH] add missing space --- app/views/shared/_git_hooks_form.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_git_hooks_form.html.haml b/app/views/shared/_git_hooks_form.html.haml index 8bd625716e..7d68160204 100644 --- a/app/views/shared/_git_hooks_form.html.haml +++ b/app/views/shared/_git_hooks_form.html.haml @@ -15,7 +15,7 @@ = f.check_box :member_check %strong Check whether author is a GitLab user - .help-block Restrict commits by author(email) to existing GitLab users + .help-block Restrict commits by author (email) to existing GitLab users .form-group = f.label :commit_message_regex, "Commit message", class: 'control-label' @@ -57,4 +57,4 @@ Set to 0 to allow files of any size. .form-actions - = f.submit "Save Git hooks", class: "btn btn-create" + = f.submit "Save Git hooks", class: "btn btn-create" \ No newline at end of file