mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 14:16:52 -04:00
Change the second part of the notification
This commit is contained in:
parent
ad57db3e87
commit
02bd8dd45a
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ $(document).ready(function() {
|
|||
$('.download').click('click',function(event) {
|
||||
var files=getSelectedFiles('name').join(';');
|
||||
var dir=$('#dir').val()||'/';
|
||||
$('#notification').text(t('files','Your download is being prepared. Thanks for your patience.'));
|
||||
$('#notification').text(t('files','Your download is being prepared. This might take some time if the files are big.'));
|
||||
$('#notification').fadeIn();
|
||||
// use special download URL if provided, e.g. for public shared files
|
||||
if ( (downloadURL = document.getElementById("downloadURL")) ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue