Skip to content

Commit

Permalink
Merge pull request #919 from Benbb96/fix-double-translation
Browse files Browse the repository at this point in the history
Fix double translating in Create Ticket Form
  • Loading branch information
gwasser committed Jan 4, 2021
2 parents 6e1a1a7 + 1eef849 commit fcafc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk/templates/helpdesk/create_ticket.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit fcafc77

Please sign in to comment.