We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e414ae commit 96f5e3aCopy full SHA for 96f5e3a
1 file changed
src/Components/Request/RequestPicker.vue
@@ -20,11 +20,12 @@
20
{{ t('libresign', 'Upload from URL') }}
21
</NcActionButton>
22
<NcActionButton :wide="true"
23
+ :title="envelopeEnabled ? t('libresign', 'Multiple files allowed') : null"
24
@click="showFilePicker = true">
25
<template #icon>
26
<FolderIcon :size="20" />
27
</template>
- {{ envelopeEnabled ? t('libresign', 'Choose from Files (multiple)') : t('libresign', 'Choose from Files') }}
28
+ {{ t('libresign', 'Choose from Files') }}
29
30
31
@click="uploadFile">
0 commit comments