diff --git a/ui-ngx/src/app/modules/home/pages/asset/asset.component.html b/ui-ngx/src/app/modules/home/pages/asset/asset.component.html
index 62b45b7542..fbef65a4d6 100644
--- a/ui-ngx/src/app/modules/home/pages/asset/asset.component.html
+++ b/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">
diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json
index 33067d403d..cd379fa4dc 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/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",