Browse Source

UI: Refactoring

pull/8966/head
Artem Dzhereleiko 3 years ago
parent
commit
aec44cf72c
  1. 2
      ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html
  2. 3
      ui-ngx/src/assets/locale/locale.constant-en_US.json

2
ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html

@ -76,7 +76,7 @@
</div>
<tb-entity-autocomplete
formControlName="customerId"
labelText="customer.assign-customer"
labelText="device.assign-to-customer"
[entityType]="entityType.CUSTOMER">
</tb-entity-autocomplete>
<mat-form-field class="mat-block" subscriptSizing="dynamic">

3
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -937,8 +937,7 @@
"search": "Search customers",
"selected-customers": "{ count, plural, =1 {1 customer} other {# customers} } selected",
"edges": "Customer edge instances",
"manage-edges": "Manage edges",
"assign-customer": "Assign to customer"
"manage-edges": "Manage edges"
},
"datetime": {
"date-from": "Date from",

Loading…
Cancel
Save