summaryrefslogtreecommitdiff
path: root/app/views/admin/groups/edit.html.haml
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2013-10-18 13:28:49 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2013-10-18 13:28:49 +0900
commit20ea670e67be8086fc4f11b587b91ddbc6cf4ee4 (patch)
treec6c2f2c5bffd2cf547808e9b9d44899133b02ab2 /app/views/admin/groups/edit.html.haml
parent42fbc911322db2a5fa8a9550ffceecd4da29f572 (diff)
downloadgitlab-ce-20ea670e67be8086fc4f11b587b91ddbc6cf4ee4.tar.gz
Remove "is" from labels
Diffstat (limited to 'app/views/admin/groups/edit.html.haml')
-rw-r--r--app/views/admin/groups/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/groups/edit.html.haml b/app/views/admin/groups/edit.html.haml
index 8ed463a8191..3918bf981a2 100644
--- a/app/views/admin/groups/edit.html.haml
+++ b/app/views/admin/groups/edit.html.haml
@@ -6,7 +6,7 @@
%span= @group.errors.full_messages.first
.control-group.group_name_holder
= f.label :name do
- Group name is
+ Group name
.controls
= f.text_field :name, placeholder: "Example Group", class: "input-xxlarge"
@@ -17,7 +17,7 @@
.control-group.group_name_holder
= f.label :path do
- %span.cred Group path is
+ %span.cred Group path
.controls
= f.text_field :path, placeholder: "example-group", class: "input-xxlarge danger"
%ul.cred