Commit ad3904e5 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'patch-100' into 'master'

Indicate topics are optional

See merge request gitlab-org/gitlab!30264
parents 25c3d639 fceb68d4
......@@ -16,7 +16,7 @@
.row
.form-group.col-md-9
= f.label :tag_list, _('Topics'), class: 'label-bold'
= f.label :tag_list, _('Topics (optional)'), class: 'label-bold'
= f.text_field :tag_list, value: @project.tag_list.join(', '), maxlength: 2000, class: "form-control"
%p.form-text.text-muted= _('Separate topics with commas.')
......
---
title: Indicate topics are optional
merge_request: 30264
author: Ben Bodenmiller
type: changed
......@@ -22022,7 +22022,7 @@ msgstr ""
msgid "Too many projects enabled. You will need to manage them via the console or the API."
msgstr ""
msgid "Topics"
msgid "Topics (optional)"
msgstr ""
msgid "Total"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment