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
No related branches found
No related tags found
No related merge requests found
...@@ -529,7 +529,7 @@ class TasksAjaxAPI extends AjaxController { ...@@ -529,7 +529,7 @@ class TasksAjaxAPI extends AjaxController {
$target ? "/$target" : ''), $target ? "/$target" : ''),
); );
if ($task->isAssigned()) { 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'),
$task->getAssigned()); $task->getAssigned());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment