diff --git a/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogFinish.vue b/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogFinish.vue
index 243ae9a584c..93997671543 100644
--- a/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogFinish.vue
+++ b/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogFinish.vue
@@ -7,7 +7,7 @@
- {{ t('files_sharing', 'Once created, you can share the link below to allow people to upload files to your directory.') }}
+ {{ t('files_sharing', 'You can now share the link below to allow people to upload files to your directory.') }}
@@ -32,7 +32,8 @@
:placeholder="t('files_sharing', 'Enter an email address or paste a list')"
type="email"
@keypress.enter.stop="addNewEmail"
- @paste.stop.prevent="onPasteEmails" />
+ @paste.stop.prevent="onPasteEmails"
+ @focusout.native="addNewEmail" />