#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> </activiti-people-search>
</div> </div>
<div class="mdl-dialog__actions"> <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> </div>
</dialog> </dialog>

View File

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

View File

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