mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01: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…
Reference in New Issue
Block a user