Browse Source

UI: Change field label assign customer

pull/8966/head
Artem Dzhereleiko 3 years ago
parent
commit
1c601a6e7d
  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> </div>
<tb-entity-autocomplete <tb-entity-autocomplete
formControlName="customerId" formControlName="customerId"
labelText="device.wizard.customer-to-assign-device" labelText="customer.assign-customer"
[entityType]="entityType.CUSTOMER"> [entityType]="entityType.CUSTOMER">
</tb-entity-autocomplete> </tb-entity-autocomplete>
<mat-form-field class="mat-block" subscriptSizing="dynamic"> <mat-form-field class="mat-block" subscriptSizing="dynamic">

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

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

Loading…
Cancel
Save