mirror of
https://github.com/nextcloud/server.git
synced 2025-03-12 23:47:25 +00:00
feat: Use redundant label for accessibility only
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
parent
f33e9a96ae
commit
148fdbf6e3
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
|||
|
||||
<template>
|
||||
<div class="sharing-search">
|
||||
<label for="sharing-search-input">{{ t('files_sharing', 'Search for share recipients') }}</label>
|
||||
<label class="hidden-visually" for="sharing-search-input">
|
||||
{{ isExternal ? t('files_sharing', 'Enter external recipients')
|
||||
: t('files_sharing', 'Search for internal recipients') }}
|
||||
</label>
|
||||
<NcSelect ref="select"
|
||||
v-model="value"
|
||||
input-id="sharing-search-input"
|
||||
|
|
Loading…
Reference in a new issue