Merge pull request #20309 from nextcloud/rakekniven-patch-2

l10n: Triple dot to ellipsis.
This commit is contained in:
Roeland Jago Douma 2020-04-05 13:53:41 +02:00 committed by GitHub
commit 513dea13cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
},
add: function(e, data) {
Drop.addFileToUpload(e, data);
$('#drop-upload-status').text(t('files_sharing', 'waiting...'));
$('#drop-upload-status').text(t('files_sharing', 'Waiting…'));
//we return true to keep trying to upload next file even
//if addFileToUpload did not like the privious one
return true;