Skip to content

Commit

Permalink
[ACA-3619] - change assignment placeholder (#6891)
Browse files Browse the repository at this point in the history
* [ACA-3619] - change assignment placeholder

* RP changs

Co-authored-by: Silviu Constantin Popa <silviucpopa@L3700101120.ness.com>
  • Loading branch information
SilviuCPopa and Silviu Constantin Popa committed Apr 7, 2021
1 parent c60d456 commit c120526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/process-services-cloud/src/lib/i18n/en.json
Expand Up @@ -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"
}
Expand Down
Expand Up @@ -6,7 +6,7 @@
(ngModelChange)="onAssignmentTypeChange(assignmentType)">
<mat-option [value]="assignmentTypeList.currentUser">{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.ASSIGNED_TO_ME' | translate }} </mat-option>
<mat-option [value]="assignmentTypeList.unassigned">{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.UNASSIGNED' | translate }} </mat-option>
<mat-option [value]="assignmentTypeList.candidateGroups">{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.LIST_OF_CANDIDATE_USERS' | translate }} </mat-option>
<mat-option [value]="assignmentTypeList.candidateGroups">{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.LIST_OF_CANDIDATE_GROUPS' | translate }} </mat-option>
</mat-select>
</mat-form-field>

Expand Down

0 comments on commit c120526

Please sign in to comment.