We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc8d146 + 531187c commit 513dea1Copy full SHA for 513dea1
1 file changed
apps/files_sharing/js/files_drop.js
@@ -95,7 +95,7 @@
95
},
96
add: function(e, data) {
97
Drop.addFileToUpload(e, data);
98
- $('#drop-upload-status').text(t('files_sharing', 'waiting...'));
+ $('#drop-upload-status').text(t('files_sharing', 'Waiting…'));
99
//we return true to keep trying to upload next file even
100
//if addFileToUpload did not like the privious one
101
return true;
0 commit comments