Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(eventtypes): remove duplicate word in search placeholder #1503

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading