Merge pull request #40430 from nextcloud/enh/a11y/share-note-label

enh(a11y): Add label to share note textbox
This commit is contained in:
F. E Noel Nfebe 2023-09-28 12:54:08 +01:00 committed by GitHub
commit c5293bb9db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 8 deletions

View file

@ -136,7 +136,10 @@
{{ t('file_sharing', 'Note to recipient') }}
</NcCheckboxRadioSwitch>
<template v-if="writeNoteToRecipientIsChecked">
<textarea :value="share.note" @input="share.note = $event.target.value" />
<label for="share-note-textarea">
{{ t('files_sharing', 'Enter a note for the share recipient') }}
</label>
<textarea id="share-note-textarea" :value="share.note" @input="share.note = $event.target.value" />
</template>
<NcCheckboxRadioSwitch :checked.sync="setCustomPermissions">
{{ t('file_sharing', 'Custom permissions') }}

File diff suppressed because one or more lines are too long

1
dist/485-485.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long