[#12478] Change Inventory "Status" column header to "Sync Status"

Signed-off-by: Justin Melhorn <jtmelhorn@gmail.com>
This commit is contained in:
Justin Melhorn 2022-07-17 16:34:39 -04:00
parent cbb019ed09
commit bee48671cd

View File

@ -216,7 +216,7 @@ function InventoryList() {
headerRow={
<HeaderRow qsConfig={QS_CONFIG}>
<HeaderCell sortKey="name">{t`Name`}</HeaderCell>
<HeaderCell>{t`Status`}</HeaderCell>
<HeaderCell>{t`Sync Status`}</HeaderCell>
<HeaderCell>{t`Type`}</HeaderCell>
<HeaderCell>{t`Organization`}</HeaderCell>
<HeaderCell>{t`Actions`}</HeaderCell>