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.
2 parents b2ec4ba + 0bf5b73 commit f12a108Copy full SHA for f12a108
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