diff options
-rw-r--r-- | apps/files_encryption/js/detect-migration.js | 2 | ||||
-rw-r--r-- | core/img/loading-dark-small.gif | bin | 0 -> 1324 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/js/detect-migration.js b/apps/files_encryption/js/detect-migration.js index 2ee105cbfaf..2cf6a61d145 100644 --- a/apps/files_encryption/js/detect-migration.js +++ b/apps/files_encryption/js/detect-migration.js @@ -19,7 +19,7 @@ $(document).ready(function(){ success: function(response) { if (response.data.migrationCompleted === false) { var message = t('files_encryption', 'Initial encryption started... This can take some time. Please wait.'); - $('p[name="message"]').html('<img src="' + OC.imagePath('core', 'loading-small.gif') + '"/> ' + message); + $('p[name="message"]').html('<img src="' + OC.imagePath('core', 'loading-dark-small.gif') + '"/> ' + message); $('p[name="message"]').removeClass('hidden').addClass('info'); } } diff --git a/core/img/loading-dark-small.gif b/core/img/loading-dark-small.gif Binary files differnew file mode 100644 index 00000000000..87fe79b8bb4 --- /dev/null +++ b/core/img/loading-dark-small.gif |