Minor tracker fixes (#2582)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-02-03 10:06:59 +06:00
committed by GitHub
parent 8b12b64340
commit 7f05cbe497
5 changed files with 45 additions and 10 deletions
@@ -135,7 +135,7 @@
})
}
addNotification(tracker.string.IssueCreated, getTitle(newIssue.title), IssueNotification, {
addNotification(await translate(tracker.string.IssueCreated, {}), getTitle(newIssue.title), IssueNotification, {
issueId: objectId,
subTitlePostfix: (await translate(tracker.string.Created, { value: 1 })).toLowerCase()
})