Skip to content

Commit

Permalink
fix(agent-inventory): change the search bar placeholder to Search
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Mar 28, 2023
1 parent 1b909a8 commit a142fd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ export function SyscollectorTable({ tableParams }) {
<EuiFlexGroup>
<EuiFlexItem>
<EuiFieldSearch
placeholder={`Filter ${tableParams.title.toLowerCase()}...`}
placeholder={`Search`}
value={searchBarValue}
fullWidth={true}
onChange={onChange}
aria-label={`Filter ${tableParams.title.toLowerCase()}...`}
aria-label={`Search`}
/>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit a142fd0

Please sign in to comment.