summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis
diff options
context:
space:
mode:
authorAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-06-11 09:21:04 +0200
committerAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-06-11 09:21:04 +0200
commit88808a1fd4f1b8ebfa90bf5a85cf618065140aa7 (patch)
tree435c288fb08d947c0855a89cfd87407371643469 /app/views/projects/wikis
parent54a6ca6f38764dd1a863d0035af9541b5a52c583 (diff)
downloadgitlab-ce-88808a1fd4f1b8ebfa90bf5a85cf618065140aa7.tar.gz
Replace ... with ellipsis in placeholdersreplace-dots-with-ellipsis
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r--app/views/projects/wikis/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/_form.html.haml b/app/views/projects/wikis/_form.html.haml
index bcceb69954a..26fe1de31fe 100644
--- a/app/views/projects/wikis/_form.html.haml
+++ b/app/views/projects/wikis/_form.html.haml
@@ -25,7 +25,7 @@
.col-sm-12= f.label :content, class: 'control-label-full-width'
.col-sm-12
= render layout: 'projects/md_preview', locals: { url: project_wiki_preview_markdown_path(@project, @page.slug) } do
- = render 'projects/zen', f: f, attr: :content, classes: 'note-textarea', placeholder: s_("WikiPage|Write your content or drag files here...")
+ = render 'projects/zen', f: f, attr: :content, classes: 'note-textarea', placeholder: s_("WikiPage|Write your content or drag files here…")
= render 'shared/notes/hints'
.clearfix