summaryrefslogtreecommitdiff
path: root/app/views/projects/releases/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/releases/edit.html.haml')
-rw-r--r--app/views/projects/releases/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/releases/edit.html.haml b/app/views/projects/releases/edit.html.haml
index b4787032966..d6f758608a0 100644
--- a/app/views/projects/releases/edit.html.haml
+++ b/app/views/projects/releases/edit.html.haml
@@ -13,7 +13,7 @@
= form_for(@release, method: :put, url: project_tag_release_path(@project, @tag.name), html: { class: 'common-note-form release-form js-quick-submit' }) do |f|
= render layout: 'projects/md_preview', locals: { url: preview_markdown_path(@project), referenced_users: true } do
- = render 'projects/zen', f: f, attr: :description, classes: 'note-textarea', placeholder: "Write your release notes or drag files here..."
+ = render 'projects/zen', f: f, attr: :description, classes: 'note-textarea', placeholder: "Write your release notes or drag files hereā€¦"
= render 'shared/notes/hints'
.error-alert
.prepend-top-default