Merge pull request #41994 from nextcloud/fix/unified-search-show-better-labels

fix(UnifiedSearch): Show translated text for filter label
pull/42036/head
Ferdinand Thiessen 6 months ago committed by GitHub
commit 1a8ac20a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,9 +61,8 @@
<NcActionButton v-for="filter in availableFilters"
:key="filter"
icon="icon-filter"
:title="t('core', 'Search for {name} only', { name: typesMap[filter] })"
@click.stop="onClickFilter(`in:${filter}`)">
{{ `in:${filter}` }}
{{ t('core', 'Search for {name} only', { name: typesMap[filter] }) }}
</NcActionButton>
</NcActions>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save