diff --git a/module/execution/ui/ajaxgetcopyprojectexecutions.html.php b/module/execution/ui/ajaxgetcopyprojectexecutions.html.php index 41f3b4eee6..8e4846a267 100644 --- a/module/execution/ui/ajaxgetcopyprojectexecutions.html.php +++ b/module/execution/ui/ajaxgetcopyprojectexecutions.html.php @@ -42,7 +42,7 @@ else setClass('text-gray'), $lang->icons[$execution->type] ), - span($execution->name) + span(setClass('text-left'), $execution->name) ); } }