From 0c78f0adf5c8f5a32116435a589987bb124cdd39 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 13 Dec 2024 10:56:18 -0500 Subject: [PATCH] fix(eventtypes): remove duplicate word in search placeholder --- locales/en/public.json | 2 +- src/test/Events/__snapshots__/EventTypes.test.tsx.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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="" />