Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
Signed-off-by: R-Lawton <[email protected]>
  • Loading branch information
R-Lawton committed Nov 19, 2024
1 parent 577c26c commit 7b2e019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ResourceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,9 @@ const ResourceList: React.FC<ResourceListProps> = ({
<InputGroup className="pf-v5-c-input-group co-filter-group">
<TextInput
type="text"
placeholder={t('Search by {{filterValue}}...', { filterValue: filterSelected.toLowerCase() })}
placeholder={t('Search by {{filterValue}}...', {
filterValue: filterSelected.toLowerCase(),
})}
onChange={(_event, value) => handleFilterChange(value)}
className="pf-v5-c-form-control co-text-filter-with-icon "
/>
Expand Down

0 comments on commit 7b2e019

Please sign in to comment.