From b90b1295273c474f046d47f5f5d60d60acadf4d8 Mon Sep 17 00:00:00 2001 From: Tomasz Gnyp <49343696+tomgny@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:19:39 +0200 Subject: [PATCH] Fix assignment type translations (#7793) * Fix assignment type translations * trigger travis --- lib/process-services-cloud/src/lib/i18n/en.json | 4 ++-- .../task-assignment-filter.component.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@