diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2022-12-08 14:58:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 14:58:56 -0800 |
commit | 8650aff718cd788e98bb534daea6b9b18aae7f82 (patch) | |
tree | 1487b0d20bef5acbec14a41c6d02313b6ff7f9d3 /core | |
parent | 0dd128b9818f62cac7337d0dc36eefcbf5cfb10a (diff) | |
parent | 9158a7d484c3fa0358f1bdfa502e6b2302ac4878 (diff) | |
download | nextcloud-server-8650aff718cd788e98bb534daea6b9b18aae7f82.tar.gz nextcloud-server-8650aff718cd788e98bb534daea6b9b18aae7f82.zip |
Merge pull request #35529 from nextcloud/enh/a11y-search-describedby
Diffstat (limited to 'core')
-rw-r--r-- | core/src/views/UnifiedSearch.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 49830700a37..398ba626564 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -55,7 +55,7 @@ @input="onInputDebounced" @keypress.enter.prevent.stop="onInputEnter"> <p id="unified-search-desc" class="hidden-visually"> - {{ t('core', 'Search starts once you start typing') }} + {{ t('core', 'Search starts once you start typing and results may be reached with the arrow keys') }} </p> <!-- Reset search button --> |