Skip to content

Commit

Permalink
fix(eventtypes): remove duplicate word in search placeholder (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Dec 13, 2024
1 parent f0708be commit 8adfc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/en/public.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion src/test/Events/__snapshots__/EventTypes.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
/>
Expand Down

0 comments on commit 8adfc42

Please sign in to comment.