#1001 - fix label for dialog

This commit is contained in:
Vito Albano 2016-11-15 15:55:39 +00:00 committed by Mario Romano
parent 6495c63a4b
commit 384e246386
3 changed files with 100 additions and 92 deletions

View File

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

View File

@ -72,5 +72,8 @@
"CANCEL": "Cancel"
}
}
},
"PEOPLE": {
"DIALOG_CLOSE": "CLOSE"
}
}

View File

@ -27,5 +27,8 @@
"MESSAGES": {
"NONE": "Nessun filtro task selezionato."
}
},
"PEOPLE": {
"DIALOG_CLOSE": "CHIUDI"
}
}