diff --git a/locales/en/public.json b/locales/en/public.json index 8771e7c77..da09b4f2d 100644 --- a/locales/en/public.json +++ b/locales/en/public.json @@ -367,7 +367,7 @@ "ARIA_LABELS": { "SEARCH_INPUT": "event-type-search-input" }, - "SEARCH_PLACEHOLDER": "Find by name, description, typeId, or description..." + "SEARCH_PLACEHOLDER": "Find by name, typeId, or description..." }, "ImportCertificate": { "CARD_DESCRIPTION": "The following certificates are present in Cryostat&apos's additional trust store. Contact your Cryostat administrator if your application requires a new trusted certificate. You must restart the Cryostat server to reload the certificate store after adding new certificates.", diff --git a/src/test/Events/__snapshots__/EventTypes.test.tsx.snap b/src/test/Events/__snapshots__/EventTypes.test.tsx.snap index 820f68a50..a07b124c3 100644 --- a/src/test/Events/__snapshots__/EventTypes.test.tsx.snap +++ b/src/test/Events/__snapshots__/EventTypes.test.tsx.snap @@ -59,7 +59,7 @@ Array [ disabled={false} name="eventFilter" onChange={[Function]} - placeholder="Find by name, description, typeId, or description..." + placeholder="Find by name, typeId, or description..." type="text" value="" />