mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
parent
2653d914d9
commit
81f6be92ef
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ $(document).ready(function () {
|
|||
});
|
||||
updateEventSource.listen('error', function(message) {
|
||||
$('<span>').addClass('error').append(message).append('<br />').appendTo($('.update'));
|
||||
message = 'Please reload the page.';
|
||||
message = t('core', 'Please reload the page.');
|
||||
$('<span>').addClass('error').append(message).append('<br />').appendTo($('.update'));
|
||||
updateEventSource.close();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue