From c120526a292992ec64c0befed51b9dbf29347021 Mon Sep 17 00:00:00 2001 From: Silviu Popa Date: Wed, 7 Apr 2021 15:11:20 +0300 Subject: [PATCH] [ACA-3619] - change assignment placeholder (#6891) * [ACA-3619] - change assignment placeholder * RP changs Co-authored-by: Silviu Constantin Popa --- lib/process-services-cloud/src/lib/i18n/en.json | 2 +- .../task-assignment-filter.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/process-services-cloud/src/lib/i18n/en.json b/lib/process-services-cloud/src/lib/i18n/en.json index ccdab06e49..f17fcebff0 100644 --- a/lib/process-services-cloud/src/lib/i18n/en.json +++ b/lib/process-services-cloud/src/lib/i18n/en.json @@ -379,7 +379,7 @@ "ADF_CLOUD_TASK_ASSIGNEMNT_FILTER": { "ASSIGNED_TO_ME": "Assigned to me", "UNASSIGNED": "Unassigned", - "LIST_OF_CANDIDATE_USERS": "List of candidate users", + "LIST_OF_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 9a0aa28ead..031e5c7efb 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 @@ -6,7 +6,7 @@ (ngModelChange)="onAssignmentTypeChange(assignmentType)"> {{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.ASSIGNED_TO_ME' | translate }} {{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.UNASSIGNED' | translate }} - {{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.LIST_OF_CANDIDATE_USERS' | translate }} + {{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.LIST_OF_CANDIDATE_GROUPS' | translate }}