+ :name="name">
- {{ t('files_sharing', 'Upload files to {foldername}.', { foldername }) }}
- {{ disclaimer === '' ? '' : t('files_sharing', 'By uploading files, you agree to the terms of service.') }}
+
+ {{ shareNote || t('files_sharing', 'Upload files to {foldername}.', { foldername }) }}
+
+
+ {{ t('files_sharing', 'By uploading files, you agree to the terms of service.') }}
+
+
+
+ {{ t('files_sharing', 'Successfully uploaded files') }}
+
+
+
@@ -34,16 +50,24 @@