diff --git a/ng2-components/ng2-activiti-tasklist/src/components/start-task.component.html b/ng2-components/ng2-activiti-tasklist/src/components/start-task.component.html
index b579446142..8da846fdd3 100644
--- a/ng2-components/ng2-activiti-tasklist/src/components/start-task.component.html
+++ b/ng2-components/ng2-activiti-tasklist/src/components/start-task.component.html
@@ -42,24 +42,23 @@
-
+
+ class="adf-mat-select" [(ngModel)]="assigneeId">
{{'ADF_TASK_LIST.START_TASK.FORM.LABEL.NONE'|translate}}
-
- {{ getDisplayUser(user.firstName,
+
+ {{ getDisplayUser(user.firstName,
user.lastName, ' ')}}
-
+
-
-
+
+
{{'ADF_TASK_LIST.START_TASK.FORM.LABEL.NONE'|translate}}
{{ form.name }}