mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
fix: missing translation
This commit is contained in:
@@ -97,7 +97,7 @@ export default class SearchModal<CustomAttrs extends ISearchModalAttrs = ISearch
|
|||||||
type="search"
|
type="search"
|
||||||
loading={!!this.loadingSources.length}
|
loading={!!this.loadingSources.length}
|
||||||
clearable={true}
|
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"
|
prefixIcon="fas fa-search"
|
||||||
aria-label={searchLabel}
|
aria-label={searchLabel}
|
||||||
placeholder={searchLabel}
|
placeholder={searchLabel}
|
||||||
|
Reference in New Issue
Block a user