diff options
author | Liz Lam <liz_lam_217@yahoo.com> | 2016-11-17 23:17:59 -0800 |
---|---|---|
committer | Liz Lam <liz_lam_217@yahoo.com> | 2016-11-21 10:46:32 -0800 |
commit | 5c747ded7ecc1d7da418a854d12ad2906b173b7b (patch) | |
tree | 19951c1d21572b04c8f2e8b23288d6c5f4adafc7 /app | |
parent | 06cf647c9b1936f55553b88f71c04cb593dfa7ae (diff) | |
download | gitlab-ce-5c747ded7ecc1d7da418a854d12ad2906b173b7b.tar.gz |
Edit help text to clarify that tags are annotated.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/tags/new.html.haml | 2 |
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' |