Bug 34232: (QA follow-up) Remove superfluous "Use:" from each list entry

We do have a heading "Use existing item groups" above the
entries. The added "Use:" in front of each entry is not requires and
makes entries longer and harder to scan.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 2c0ea36a00)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2023-07-10 21:30:41 +00:00 committed by Martin Renvoize
parent ebe3637a25
commit 19e79589c2
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -251,7 +251,7 @@
<select name="item_group" id="item-group-add-or-create-form-select">
<optgroup label="Use existing item group">
[% FOREACH ig IN item_groups %]
<option value="[% ig.id | html %]">Use: [% ig.description | html %]</option>
<option value="[% ig.id | html %]">[% ig.description | html %]</option>
[% END %]
</optgroup>
<optgroup label="Other options">