Browse Source

UI: Change label to assign customer

pull/8931/head
Artem Dzhereleiko 3 years ago
parent
commit
a5aa605b85
  1. 2
      ui-ngx/src/app/modules/home/pages/asset/asset.component.html
  2. 3
      ui-ngx/src/assets/locale/locale.constant-en_US.json

2
ui-ngx/src/app/modules/home/pages/asset/asset.component.html

@ -104,7 +104,7 @@
*ngIf="isAdd"
useFullEntityId
formControlName="customerId"
labelText="asset.customer-to-assign-asset"
labelText="customer.assign-customer"
[entityType]="entityType.CUSTOMER">
</tb-entity-autocomplete>
<div formGroupName="additionalInfo">

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

@ -686,8 +686,7 @@
"unassign-asset-from-edge-text": "After the confirmation the asset will be unassigned and won't be accessible by the edge.",
"unassign-assets-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 asset} other {# assets} }?",
"unassign-assets-from-edge-text": "After the confirmation all selected assets will be unassigned and won't be accessible by the edge.",
"selected-assets": "{ count, plural, =1 {1 asset} other {# assets} } selected",
"customer-to-assign-asset": "Customer to assign the asset"
"selected-assets": "{ count, plural, =1 {1 asset} other {# assets} } selected"
},
"attribute": {
"attributes": "Attributes",

Loading…
Cancel
Save