From bee48671cdf6d8e1fafb89dd25947606c4041d75 Mon Sep 17 00:00:00 2001 From: Justin Melhorn Date: Sun, 17 Jul 2022 16:34:39 -0400 Subject: [PATCH] [#12478] Change Inventory "Status" column header to "Sync Status" Signed-off-by: Justin Melhorn --- awx/ui/src/screens/Inventory/InventoryList/InventoryList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/src/screens/Inventory/InventoryList/InventoryList.js b/awx/ui/src/screens/Inventory/InventoryList/InventoryList.js index 22108eb30d..0ad6dcc01b 100644 --- a/awx/ui/src/screens/Inventory/InventoryList/InventoryList.js +++ b/awx/ui/src/screens/Inventory/InventoryList/InventoryList.js @@ -216,7 +216,7 @@ function InventoryList() { headerRow={ {t`Name`} - {t`Status`} + {t`Sync Status`} {t`Type`} {t`Organization`} {t`Actions`}