Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-06-25 14:43:11 +0300
committerAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-06-25 14:43:11 +0300
commit4e19db62af18dde1268f852ef9c79aa0ac752e58 (patch)
tree05fbde46153f8787e217df2d11b811cd3975c8ec /app/views/shared
parent901159bbae51d818cd6f643da713eee8319923da (diff)
Change button text to more specific Discard draft
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/notes/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notes/_form.html.haml b/app/views/shared/notes/_form.html.haml
index c360f1ffe2a..6b2715b47a7 100644
--- a/app/views/shared/notes/_form.html.haml
+++ b/app/views/shared/notes/_form.html.haml
@@ -40,5 +40,5 @@
= yield(:note_actions)
- %a.btn.btn-cancel.js-note-discard{ role: "button", data: {cancel_text: "Cancel" } }
+ %a.btn.btn-cancel.js-note-discard{ role: "button", data: {cancel_text: "Discard draft" } }
Discard draft