Merge pull request #919 from Benbb96/fix-double-translation

Fix double translating in Create Ticket Form
This commit is contained in:
Garret Wassermann 2021-01-04 15:55:01 -05:00 committed by GitHub
commit fcafc77b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
{% else %}
<div class="form-group">
<label for='id_{{ field.name }}'>
{% trans field.label %}
{{ field.label }}
{% if not field.field.required %}
({% trans "Optional" %})
{% endif %}