Skip to content

Commit 513dea1

Browse files
authored
Merge pull request #20309 from nextcloud/rakekniven-patch-2
l10n: Triple dot to ellipsis.
2 parents bc8d146 + 531187c commit 513dea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_sharing/js/files_drop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
add: function(e, data) {
9797
Drop.addFileToUpload(e, data);
98-
$('#drop-upload-status').text(t('files_sharing', 'waiting...'));
98+
$('#drop-upload-status').text(t('files_sharing', 'Waiting…'));
9999
//we return true to keep trying to upload next file even
100100
//if addFileToUpload did not like the privious one
101101
return true;

0 commit comments

Comments
 (0)