diff --git a/webpack/common/table/EmptyState.js b/webpack/common/table/EmptyState.js index 7ef057cd..66fdc1d4 100644 --- a/webpack/common/table/EmptyState.js +++ b/webpack/common/table/EmptyState.js @@ -38,7 +38,7 @@ const TableEmptyState = ({ status, error, rowsLength }) => { case STATUS.RESOLVED: if (rowsLength > 0) return null; return ( - + {__('There are no recommendations for your hosts')}