Skip to content

Commit

Permalink
ISSUE #5257 - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Amantini1997 committed Dec 3, 2024
1 parent 6acd04f commit 94571b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const FilterSelection = () => {
<SearchInput
placeholder={formatMessage({
id: 'viewer.card.tickets.filters.searchInputPlaceholder',
defaultMessage: 'Serach for property...',
defaultMessage: 'Search for property...',
})}
/>
<TicketFiltersSelectionList onFilterClick={setSelectedFilter} />
Expand Down

0 comments on commit 94571b5

Please sign in to comment.