From d6043774345e69af4f1ac2bfa6ca2194c1409390 Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Mon, 4 Nov 2024 15:00:43 +0530 Subject: [PATCH] Improved: changed the inventory channel ui label on publish inventory page(#384) --- src/locales/en.json | 2 +- src/views/InventoryChannels.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 0909f99e..b769754d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -112,7 +112,7 @@ "included": "included", "Include": "Include {label}", "Info": "Info", - "Inventory group": "Inventory group", + "Inventory channel": "Inventory channel", "Job runtime has passed. Please refresh to get the latest job data in order to perform any action.": "Job runtime has passed. Please refresh to get the latest job data in order to perform any action.", "Jobs sequence updated successfully": "Jobs sequence updated successfully", "Keep editing": "Keep editing", diff --git a/src/views/InventoryChannels.vue b/src/views/InventoryChannels.vue index 319c73e9..abda64c6 100644 --- a/src/views/InventoryChannels.vue +++ b/src/views/InventoryChannels.vue @@ -114,7 +114,7 @@ - + {{ channel.facilityGroupName ? channel.facilityGroupName : channel.facilityGroupId }}