Commit bea6eba8b5efe043c05ca1302471673a1968c1cc

Authored by Dmitriy Zaporozhets
2 parents 26c8b316 ff0d8a18

Merge pull request #5869 from Spone/patch-1

Tiny wording fix
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/snippets/_form.html.haml
@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
25 = f.radio_button :private, false 25 = f.radio_button :private, false
26 %span 26 %span
27 %strong Public 27 %strong Public
28 - (GitLab users can can see this snippet) 28 + (GitLab users can see this snippet)
29 29
30 .control-group 30 .control-group
31 .file-editor 31 .file-editor