diff --git a/apps/files_encryption/js/detect-migration.js b/apps/files_encryption/js/detect-migration.js index 2ee105cbfa..2cf6a61d14 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(' ' + message); + $('p[name="message"]').html(' ' + message); $('p[name="message"]').removeClass('hidden').addClass('info'); } } diff --git a/core/img/loading-dark-small.gif b/core/img/loading-dark-small.gif new file mode 100644 index 0000000000..87fe79b8bb Binary files /dev/null and b/core/img/loading-dark-small.gif differ