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:
authorLiz Lam <liz_lam_217@yahoo.com>2016-11-18 10:17:59 +0300
committerLiz Lam <liz_lam_217@yahoo.com>2016-11-21 21:46:32 +0300
commit5c747ded7ecc1d7da418a854d12ad2906b173b7b (patch)
tree19951c1d21572b04c8f2e8b23288d6c5f4adafc7 /app/views/projects
parent06cf647c9b1936f55553b88f71c04cb593dfa7ae (diff)
Edit help text to clarify that tags are annotated.
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'