Skip to content

Commit

Permalink
feature(3331): specify phrasing for search results depending on view
Browse files Browse the repository at this point in the history
Signed-off-by: Luutzen Dijkstra <[email protected]>
  • Loading branch information
ludij committed Jan 1, 2025
1 parent e408d55 commit 0a44b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/GlobalSearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<header class="search-header">
<h2>
<NcRichText
:text="t('deck', 'Search for {searchQuery} in all boards')"
:text="$route.params.id ? t('deck', 'Search for {searchQuery} in other boards') : t('deck', 'Search for {searchQuery} in all boards')"
:arguments="queryStringArgs" />
<span v-if="loading" class="icon-loading-small" />
</h2>
Expand Down

0 comments on commit 0a44b33

Please sign in to comment.