summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 12:46:00 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 12:47:06 +0200
commitcd19f82e5126e087ea6ef3b1bc3307bb74efacbd (patch)
tree83c0eeabeedec6a14262bcf0edc776adf5ef332d /app/views/projects/wikis
parent5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (diff)
downloadgitlab-ce-cd19f82e5126e087ea6ef3b1bc3307bb74efacbd.tar.gz
Fix typos
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r--app/views/projects/wikis/_new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/_new.html.haml b/app/views/projects/wikis/_new.html.haml
index 66f28b8b804..c52fbcb58f6 100644
--- a/app/views/projects/wikis/_new.html.haml
+++ b/app/views/projects/wikis/_new.html.haml
@@ -7,6 +7,6 @@
%span Page slug
= text_field_tag :new_wiki_path, nil, placeholder: 'how-to-setup', class: 'input-xlarge', required: true, :'data-wikis-path' => project_wikis_path(@project)
%p.hint
- Please dont use spaces and slashes
+ Please don't use spaces and slashes
.modal-footer
= link_to 'Build', '#', class: 'build-new-wiki btn btn-create'