Merge pull request #35529 from nextcloud/enh/a11y-search-describedby

This commit is contained in:
Pytal 2022-12-08 14:58:56 -08:00 committed by GitHub
commit 8650aff718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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 -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long