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