summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiz Lam <liz_lam_217@yahoo.com>2016-11-17 23:17:59 -0800
committerLiz Lam <liz_lam_217@yahoo.com>2016-11-21 10:46:32 -0800
commit5c747ded7ecc1d7da418a854d12ad2906b173b7b (patch)
tree19951c1d21572b04c8f2e8b23288d6c5f4adafc7
parent06cf647c9b1936f55553b88f71c04cb593dfa7ae (diff)
downloadgitlab-ce-5c747ded7ecc1d7da418a854d12ad2906b173b7b.tar.gz
Edit help text to clarify that tags are annotated.
-rw-r--r--app/views/projects/tags/new.html.haml2
-rw-r--r--changelogs/unreleased/dev-issue-24554.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/app/views/projects/tags/new.html.haml b/app/views/projects/tags/new.html.haml
index 3a097750d6e..c06a413eb2f 100644
--- a/app/views/projects/tags/new.html.haml
+++ b/app/views/projects/tags/new.html.haml
@@ -23,7 +23,7 @@
= label_tag :message, nil, class: 'control-label'
.col-sm-10
= text_area_tag :message, nil, required: false, tabindex: 3, class: 'form-control', rows: 5
- .help-block Optionally, enter a message to create an annotated tag.
+ .help-block Optionally, add a message to the tag.
%hr
.form-group
= label_tag :release_description, 'Release notes', class: 'control-label'
diff --git a/changelogs/unreleased/dev-issue-24554.yml b/changelogs/unreleased/dev-issue-24554.yml
new file mode 100644
index 00000000000..0bb362b9325
--- /dev/null
+++ b/changelogs/unreleased/dev-issue-24554.yml
@@ -0,0 +1,4 @@
+---
+title: Edit help text to clarify annotated tag creation.
+merge_request:
+author: Liz Lam