mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #20309 from nextcloud/rakekniven-patch-2
l10n: Triple dot to ellipsis.
This commit is contained in:
commit
513dea13cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue