Skip to content

Commit

Permalink
fix: missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Oct 25, 2024
1 parent d6abfb0 commit 5435d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/js/src/common/components/SearchModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default class SearchModal<CustomAttrs extends ISearchModalAttrs = ISearch
type="search"
loading={!!this.loadingSources.length}
clearable={true}
clearLabel={app.translator.trans('core.lib.header.search_clear_button_accessible_label')}
clearLabel={app.translator.trans('core.lib.search.search_clear_button_accessible_label')}
prefixIcon="fas fa-search"
aria-label={searchLabel}
placeholder={searchLabel}
Expand Down

0 comments on commit 5435d17

Please sign in to comment.