summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-06-13 17:31:44 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2017-06-13 17:46:46 +0200
commit2b3549610b5a000880d8f05bfec7a0d1b213daa7 (patch)
tree69dc98fe92f7ed159d40dd37da51b98b101b0878 /apps/files_sharing/templates
parent6a06df824e8527546e5374074efa2c51b1326a29 (diff)
downloadnextcloud-server-2b3549610b5a000880d8f05bfec7a0d1b213daa7.tar.gz
nextcloud-server-2b3549610b5a000880d8f05bfec7a0d1b213daa7.zip
fix 'add to your nextcloud' input field, this is not an email address
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index adbbd0f80e7..377e3902002 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -54,7 +54,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
data-owner-display-name="<?php p($_['displayName']) ?>" data-owner="<?php p($_['owner']) ?>" data-name="<?php p($_['filename']) ?>">
<button id="save-button"><?php p($l->t('Add to your Nextcloud')) ?></button>
<form class="save-form hidden" action="#">
- <input type="email" id="remote_address" placeholder="user@yourNextcloud.org"/>
+ <input type="text" id="remote_address" placeholder="user@yourNextcloud.org"/>
<button id="save-button-confirm" class="icon-confirm svg" disabled></button>
</form>
</span>