V2Wizard: Update "Too many results" copy

This updates copy shown in a table when too many results are fetched. Also a period was added to the end of the empty state bodies.
This commit is contained in:
regexowl 2024-03-28 15:17:39 +01:00 committed by Lucas Garfield
parent e886da4a66
commit d2c56391f9
3 changed files with 27 additions and 6 deletions

View file

@ -190,7 +190,7 @@ describe('Step Packages', () => {
await setUp();
await screen.findByText(
'Search above to add additionalpackages to your image'
'Search above to add additionalpackages to your image.'
);
});