diff --git a/core/js/update.js b/core/js/update.js index 2c28e72f7cd8404e224d1567515d8cbef00533eb..b1b7f6e37e81293f3932ca286b207169cbe879cc 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -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(); });