mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #40430 from nextcloud/enh/a11y/share-note-label
enh(a11y): Add label to share note textbox
This commit is contained in:
commit
c5293bb9db
7 changed files with 11 additions and 8 deletions
|
|
@ -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') }}
|
||||
|
|
|
|||
6
dist/5941-5941.js → dist/485-485.js
vendored
6
dist/5941-5941.js → dist/485-485.js
vendored
File diff suppressed because one or more lines are too long
1
dist/485-485.js.map
vendored
Normal file
1
dist/485-485.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/5941-5941.js.map
vendored
1
dist/5941-5941.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue