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