Commit fceb68d4 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Andrew Fontaine

Indicate topics are optional

parent 8a7806ff
......@@ -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