mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix assignment type translations (#7793)
* Fix assignment type translations * trigger travis
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
@@ -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)">
|
||||
|
Reference in New Issue
Block a user