#1001 - fix label for dialog

This commit is contained in:
Vito Albano
2016-11-25 19:07:32 +00:00
committed by Mario Romano
parent 6495c63a4b
commit 384e246386
3 changed files with 100 additions and 92 deletions
@@ -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"
}
}