Skip to content
Snippets Groups Projects
Commit d9a98b12 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #6065 from owncloud/l10n-update

Translate reload message after update
parents 2653d914 81f6be92
No related branches found
No related tags found
No related merge requests found
......@@ -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();
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment