From 7d65db868f5fb575e20212ff7113037b23bfd409 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Wed, 12 Oct 2022 11:52:33 -0400 Subject: [PATCH] fix(inventory): sw-356 empty state copy (#983) --- public/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en-US.json b/public/locales/en-US.json index 00c13598b..402146415 100644 --- a/public/locales/en-US.json +++ b/public/locales/en-US.json @@ -129,7 +129,7 @@ "tableAriaLabel": "{{appName}} systems inventory table.", "tableSummary": "A generated table with one level of column headers.", "tableEmptyInventoryTitle": "No results found", - "tableEmptyInventoryMessage": "No results match the filter criteria. Remove filters or clear all filters to show results.", + "tableEmptyInventoryMessage": "To show more results, clear some or all filters.", "tableSkeletonAriaLabel": "Loading", "label_has_infinite_quantity_cores": "Unlimited cores", "label_has_infinite_quantity_sockets": "Unlimited sockets",