diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2013-10-18 13:28:49 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2013-10-18 13:28:49 +0900 |
commit | 20ea670e67be8086fc4f11b587b91ddbc6cf4ee4 (patch) | |
tree | c6c2f2c5bffd2cf547808e9b9d44899133b02ab2 /app/views/groups | |
parent | 42fbc911322db2a5fa8a9550ffceecd4da29f572 (diff) | |
download | gitlab-ce-20ea670e67be8086fc4f11b587b91ddbc6cf4ee4.tar.gz |
Remove "is" from labels
Diffstat (limited to 'app/views/groups')
-rw-r--r-- | app/views/groups/edit.html.haml | 2 | ||||
-rw-r--r-- | app/views/groups/new.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index 2682d31ff47..d6df8d0aedf 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -26,7 +26,7 @@ %span= @group.errors.full_messages.first .control-group = f.label :name do - Group name is + Group name .controls = f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left" diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml index 02049bb2ee6..fc1d89c6285 100644 --- a/app/views/groups/new.html.haml +++ b/app/views/groups/new.html.haml @@ -4,7 +4,7 @@ %span= @group.errors.full_messages.first .control-group = f.label :name do - Group name is + Group name .controls = f.text_field :name, placeholder: "Ex. OpenSource", class: "input-xxlarge left" |