This commit is contained in:
parent
06437c9e80
commit
f02019d64d
|
@ -57,7 +57,7 @@
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Telecommutes"
|
label="Teleworking"
|
||||||
ng-model="$ctrl.department.isTeleworking">
|
ng-model="$ctrl.department.isTeleworking">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
<vn-check
|
<vn-check
|
||||||
|
|
|
@ -45,5 +45,5 @@
|
||||||
<vn-confirm
|
<vn-confirm
|
||||||
vn-id="deleteConfirmation"
|
vn-id="deleteConfirmation"
|
||||||
on-accept="$ctrl.deleteDepartment()"
|
on-accept="$ctrl.deleteDepartment()"
|
||||||
question="You are going to delete this department">
|
question="Are you sure you want to delete this department?">
|
||||||
</vn-confirm>
|
</vn-confirm>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
</vn-one>
|
</vn-one>
|
||||||
<vn-vertical>
|
<vn-vertical>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Telecommutes"
|
label="Teleworking"
|
||||||
ng-model="summary.isTeleworking"
|
ng-model="summary.isTeleworking"
|
||||||
disabled="true">
|
disabled="true">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
|
|
|
@ -4,7 +4,7 @@ Chat: Chat
|
||||||
Boss department: Jefe de departamento
|
Boss department: Jefe de departamento
|
||||||
Email: Email
|
Email: Email
|
||||||
Self-consumption customer: Cliente autoconsumo
|
Self-consumption customer: Cliente autoconsumo
|
||||||
Telecommutes: Teletrabaja
|
Teleworking: Teletrabaja
|
||||||
Notificate errors: Notificar errores
|
Notificate errors: Notificar errores
|
||||||
Is on production: Pertenece a producción
|
Is on production: Pertenece a producción
|
||||||
Fill in days without physical check-ins: Rellenar fichadas
|
Fill in days without physical check-ins: Rellenar fichadas
|
||||||
|
|
Loading…
Reference in New Issue