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:
authorSean McGivern <sean@mcgivern.me.uk>2016-11-23 13:25:20 +0300
committerSean McGivern <sean@mcgivern.me.uk>2016-11-23 13:25:20 +0300
commitdcd4710137218dd3d97ad4fbe104f6897bddf41a (patch)
treef2473c9bf574e8e87459b0218b5b8912839fbedf /app/views/projects
parentdb02af3e2496203890c9ab1aa5a17eb891071682 (diff)
parent5c747ded7ecc1d7da418a854d12ad2906b173b7b (diff)
Merge branch 'dev-issue-24554' into 'master'
Edit help text to clarify that tags are annotated. Closes #24554 See merge request !7553
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/tags/new.html.haml2
1 files changed, 1 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'