diff options
author | Robert Speicher <robert@gitlab.com> | 2015-12-29 00:13:16 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-12-29 00:13:16 +0000 |
commit | f0ecd69be598eaaeb59f9edded378ebd9b2d68ae (patch) | |
tree | 565eeaf8ac3f7ebddafdd669b4b4b92c5a8db178 /app | |
parent | 3a227b5abb0c794e95dd9153e3616c5d81aa06f8 (diff) | |
parent | 4465e2eca0162a27142a401e6a46aa78add9177f (diff) | |
download | gitlab-ce-f0ecd69be598eaaeb59f9edded378ebd9b2d68ae.tar.gz |
Merge branch 'fix-spelling-mistake' into 'master'
Fix spelling mistake, thanks Connor.
[ci skip]
See merge request !2227
Diffstat (limited to 'app')
-rw-r--r-- | app/views/groups/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index 8daac585960..1dea77c2e96 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -31,7 +31,7 @@ .col-sm-10 .checkbox = f.check_box :public - %span.descr Make this group public (even if there is no any public project inside this group) + %span.descr Make this group public (even if there are no public projects inside this group) .form-actions = f.submit 'Save group', class: "btn btn-save" |