mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 18:05:02 -05:00
feat: Use redundant label for accessibility only
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
parent
c186379614
commit
b11fc4e2a2
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