summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogview.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/sharedialogview.js')
-rw-r--r--core/js/sharedialogview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogview.js b/core/js/sharedialogview.js
index e5ef5bb1d6f..56f53caddae 100644
--- a/core/js/sharedialogview.js
+++ b/core/js/sharedialogview.js
@@ -238,7 +238,7 @@
).fail(function() {
$loading.addClass('hidden');
$loading.removeClass('inlineblock');
- OC.Notification.show(t('core', 'An error occured. Please try again'));
+ OC.Notification.show(t('core', 'An error occurred. Please try again'));
window.setTimeout(OC.Notification.hide, 5000);
});
},