diff --git a/lib/process-services-cloud/src/lib/i18n/en.json b/lib/process-services-cloud/src/lib/i18n/en.json index 4bb1dff934..9788bd521a 100644 --- a/lib/process-services-cloud/src/lib/i18n/en.json +++ b/lib/process-services-cloud/src/lib/i18n/en.json @@ -383,10 +383,10 @@ }, "ADF_CLOUD_TASK_ASSIGNMENT_FILTER": { "ASSIGNED_TO": "Assigned to", - "ASSIGNED_TO_ME": "Assigned to me", + "CURRENT_USER": "Assigned to me", "UNASSIGNED": "Unassigned", "NONE": "None", - "LIST_OF_CANDIDATE_GROUPS": "List of candidate groups", + "CANDIDATE_GROUPS": "List of candidate groups", "ASSIGNEE": "Assignee", "ASSIGNMENT_TYPE": "Assignment type" } diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.html b/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.html index 67ee26e820..f1842d2434 100644 --- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.html +++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.html @@ -1,7 +1,7 @@