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>
|
</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>
|
||||||
|
@ -72,5 +72,8 @@
|
|||||||
"CANCEL": "Cancel"
|
"CANCEL": "Cancel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"PEOPLE": {
|
||||||
|
"DIALOG_CLOSE": "CLOSE"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,5 +27,8 @@
|
|||||||
"MESSAGES": {
|
"MESSAGES": {
|
||||||
"NONE": "Nessun filtro task selezionato."
|
"NONE": "Nessun filtro task selezionato."
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"PEOPLE": {
|
||||||
|
"DIALOG_CLOSE": "CHIUDI"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user