Skip to content

Commit

Permalink
fix(source): ds-436 fix text in filter by cred name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolearagao committed Oct 16, 2024
1 parent 26d9c56 commit e1100f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sources/viewSourcesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const SourcesListView: React.FunctionComponent = () => {
key: API_QUERY_TYPES.SEARCH_CREDENTIALS_NAME,
title: t('toolbar.label', { context: 'option_search_credentials_by_name' }),
type: FilterType.search,
placeholderText: t('toolbar.label', { context: 'placeholder_filter_cred_type' })
placeholderText: t('toolbar.label', { context: 'placeholder_filter_search_credentials_by_name' })
},
{
key: API_QUERY_TYPES.SOURCE_TYPE,
Expand Down

0 comments on commit e1100f3

Please sign in to comment.