From 99354f8743a6ce3f1911aeb0e048ef01b7c8170f Mon Sep 17 00:00:00 2001 From: Michael <Chefkeks@users.noreply.github.com> Date: Wed, 27 Apr 2016 11:43:00 +0200 Subject: [PATCH] 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 --- include/ajax.tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ajax.tasks.php b/include/ajax.tasks.php index 62254bee4..d9dfbd814 100644 --- a/include/ajax.tasks.php +++ b/include/ajax.tasks.php @@ -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()); } -- GitLab