diff --git a/core/js/update.js b/core/js/update.js index 2c28e72f7c..b1b7f6e37e 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -5,7 +5,7 @@ $(document).ready(function () { }); updateEventSource.listen('error', function(message) { $('').addClass('error').append(message).append('
').appendTo($('.update')); - message = 'Please reload the page.'; + message = t('core', 'Please reload the page.'); $('').addClass('error').append(message).append('
').appendTo($('.update')); updateEventSource.close(); });