mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-02-18 03:00:49 +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:
|
else:
|
||||||
if t.status == Ticket.REOPENED_STATUS:
|
if t.status == Ticket.REOPENED_STATUS:
|
||||||
update = _(' (Reopened')
|
update = _(' (Reopened)')
|
||||||
else:
|
else:
|
||||||
update = _(' (Updated)')
|
update = _(' (Updated)')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user