mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
#1001 - fix label for dialog
This commit is contained in:
parent
6495c63a4b
commit
384e246386
@ -31,6 +31,8 @@
|
||||
</activiti-people-search>
|
||||
</div>
|
||||
<div class="mdl-dialog__actions">
|
||||
<button type="button" id="close-people-dialog" (click)="cancel()" class="mdl-button close">Cancel</button>
|
||||
<button type="button" id="close-people-dialog" (click)="cancel()" class="mdl-button close">
|
||||
{{'PEOPLE.DIALOG_CLOSE' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
</dialog>
|
||||
|
@ -72,5 +72,8 @@
|
||||
"CANCEL": "Cancel"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PEOPLE": {
|
||||
"DIALOG_CLOSE": "CLOSE"
|
||||
}
|
||||
}
|
||||
|
@ -27,5 +27,8 @@
|
||||
"MESSAGES": {
|
||||
"NONE": "Nessun filtro task selezionato."
|
||||
}
|
||||
},
|
||||
"PEOPLE": {
|
||||
"DIALOG_CLOSE": "CHIUDI"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user