diff --git a/src/components/InventoryGroups/InventoryGroups.cy.js b/src/components/InventoryGroups/InventoryGroups.cy.js index 869f3c685..57381ecaf 100644 --- a/src/components/InventoryGroups/InventoryGroups.cy.js +++ b/src/components/InventoryGroups/InventoryGroups.cy.js @@ -22,7 +22,7 @@ describe('groups table page', () => { cy.wait('@getGroups'); cy.get('#groups-table').should('not.exist'); - cy.get('.pf-c-empty-state').find('h4').contains('Create a system group'); + cy.get('.pf-c-empty-state').find('h4').contains('No inventory groups'); }); it('renders error message when request fails', () => { diff --git a/src/components/InventoryGroups/NoGroupsEmptyState.js b/src/components/InventoryGroups/NoGroupsEmptyState.js index c0a1d70e3..5e4b251e8 100644 --- a/src/components/InventoryGroups/NoGroupsEmptyState.js +++ b/src/components/InventoryGroups/NoGroupsEmptyState.js @@ -38,10 +38,10 @@ const NoGroupsEmptyState = ({ reloadData }) => { color={globalPaletteBlack600.value} /> - Create a system group + No inventory groups - Manage device operations efficiently by creating system groups. + Manage device operations efficiently by creating inventory groups. {canModifyGroups ? (