Skip to content
Snippets Groups Projects
Commit 99354f87 authored by Michael's avatar Michael
Browse files

Update ajax.tasks.php

Change to make one translation less since `%s is currently assigned to <b>%s</b>` is already used in ajax.tasks.php and ajax.tickets.php
parent e7075511
Branches
Tags
No related merge requests found
......@@ -529,7 +529,7 @@ class TasksAjaxAPI extends AjaxController {
$target ? "/$target" : ''),
);
if ($task->isAssigned()) {
$info['notice'] = sprintf(__('%s is currently assigned to %s'),
$info['notice'] = sprintf(__('%s is currently assigned to <b>%s</b>'),
__('Task'),
$task->getAssigned());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment