Skip to content

Commit a4c6b8b

Browse files
author
Julien Veyssier
committed
small fixes
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent 112614c commit a4c6b8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/DocuSignModal.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
:max-height="200"
1818
:types="[0]"
1919
:enable-emails="true"
20-
:placeholder="t('approval', 'Choose Nextcloud users')"
20+
:placeholder="t('approval', 'Nextcloud users or email addresses')"
2121
@update:value="updateSelectedItems($event)" />
2222
<p class="settings-hint">
2323
{{ t('approval', 'Recipients will receive an email from DocuSign with a link to sign the document. You will be informed by email when the document has been signed by all recipients.') }}
@@ -105,7 +105,7 @@ export default {
105105
}
106106
const url = generateUrl('/apps/approval/' + this.fileId + '/standalone-sign')
107107
axios.put(url, req).then((response) => {
108-
showSuccess(t('approval', 'Signature requested via DocuSign!'))
108+
showSuccess(t('approval', 'Recipients will receive an email from DocuSign to confirm their signature'))
109109
this.closeRequestModal()
110110
}).catch((error) => {
111111
console.debug(error.response)
@@ -135,6 +135,7 @@ export default {
135135
136136
.userInput {
137137
width: 100%;
138+
margin: 0 0 28px 0;
138139
}
139140
140141
.settings-hint {
@@ -157,6 +158,7 @@ export default {
157158
display: flex;
158159
align-items: center;
159160
height: 36px;
161+
margin: 8px 0 0 0;
160162
.icon {
161163
width: 32px;
162164
}

0 commit comments

Comments
 (0)