Skip to content

Commit 480af39

Browse files
ludijluka-nextcloud
authored andcommitted
feature(3331): specify phrasing for search results depending on view
Signed-off-by: Luutzen Dijkstra <[email protected]>
1 parent 7d18f3a commit 480af39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search/GlobalSearchResults.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<header class="search-header">
99
<h2>
1010
<NcRichText
11-
:text="t('deck', 'Search for {searchQuery} in all boards')"
11+
:text="$route.params.id ? t('deck', 'Search for {searchQuery} in other boards') : t('deck', 'Search for {searchQuery} in all boards')"
1212
:arguments="queryStringArgs" />
1313
<span v-if="loading" class="icon-loading-small" />
1414
</h2>

0 commit comments

Comments
 (0)