Skip to content

Commit 6fe1bc2

Browse files
authored
Merge pull request #35688 from nextcloud/backport/35529/stable25
[stable25] Improve verbosity of search description
2 parents d76d87f + de64b3b commit 6fe1bc2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/src/views/UnifiedSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
@input="onInputDebounced"
5656
@keypress.enter.prevent.stop="onInputEnter">
5757
<p id="unified-search-desc" class="hidden-visually">
58-
{{ t('core', 'Search starts once you start typing') }}
58+
{{ t('core', 'Search starts once you start typing and results may be reached with the arrow keys') }}
5959
</p>
6060

6161
<!-- Reset search button -->

dist/core-unified-search.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-unified-search.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)