translations refactor
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-11-05 13:59:24 +01:00
parent 18ed685c75
commit a4ad852390
2 changed files with 4 additions and 3 deletions

View File

@ -18,11 +18,11 @@
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-check <vn-check
label="Is official" label="Official"
ng-model="$ctrl.supplier.isOfficial"> ng-model="$ctrl.supplier.isOfficial">
</vn-check> </vn-check>
<vn-check <vn-check
label="Is Active" label="Active"
ng-model="$ctrl.supplier.isActive"> ng-model="$ctrl.supplier.isActive">
</vn-check> </vn-check>
</vn-horizontal> </vn-horizontal>

View File

@ -1,2 +1,3 @@
Notes: Notas Notes: Notas
Is Active: Es activo Active: Activo
Official: Oficial