Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/vendor/nextcloud/share.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vendor/nextcloud/share.js b/js/vendor/nextcloud/share.js
index 9f4152c5..6510c903 100644
--- a/js/vendor/nextcloud/share.js
+++ b/js/vendor/nextcloud/share.js
@@ -423,7 +423,7 @@
}).fail(function () {
$('#dropdown').find('.shareWithLoading').addClass('hidden');
$('#dropdown').find('.shareWithRemoteInfo').removeClass('hidden');
- OC.Notification.show(t('gallery', 'An error occured. Please try again'));
+ OC.Notification.show(t('gallery', 'An error occurred. Please try again'));
window.setTimeout(OC.Notification.hide, 5000);
});
},