diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index 880f0d8111ad99c315dd4c409aeb28b478ecb977..682125ef836a64de48f412e7ce91ef702e70816d 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -113,6 +113,9 @@
 				{{ t('files_sharing', 'Enter a date') }}
 			</ActionInput>
 
+			<ActionButton icon="icon-checkmark" @click.prevent.stop="onNewLinkShare">
+				{{ t('files_sharing', 'Create share') }}
+			</ActionButton>
 			<ActionButton icon="icon-close" @click.prevent.stop="onCancel">
 				{{ t('files_sharing', 'Cancel') }}
 			</ActionButton>