Fix assignment type translations (#7793)

* Fix assignment type translations

* trigger travis
This commit is contained in:
Tomasz Gnyp
2022-08-30 10:19:39 +02:00
committed by GitHub
parent 9547e78f00
commit b90b129527
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
}

View File

@@ -1,7 +1,7 @@
<div class="adf-cloud-assignment-container">
<mat-form-field [floatLabel]="'auto'">
<mat-select class="adf-task-assignment-filter"
placeholder="{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.ASSIGNMENT_TYPE' | translate }}"
placeholder="{{ 'ADF_CLOUD_TASK_ASSIGNMENT_FILTER.ASSIGNMENT_TYPE' | translate }}"
[(ngModel)]="assignmentType"
[attr.data-automation-id]="'adf-task-assignment-filter-select'"
(selectionChange)="onAssignmentTypeChange($event)">