mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-16 10:57:58 +02:00
fixed missing bracket in string. thanks to jezdez for catching this during translation.
This commit is contained in:
@ -282,7 +282,7 @@ def ticket_from_message(message, queue, quiet):
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
if t.status == Ticket.REOPENED_STATUS:
|
if t.status == Ticket.REOPENED_STATUS:
|
||||||
update = _(' (Reopened')
|
update = _(' (Reopened)')
|
||||||
else:
|
else:
|
||||||
update = _(' (Updated)')
|
update = _(' (Updated)')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user