fixed updated language strings

v1.18.x
psychobunny
parent b881131a65
commit e88abcc1d9

@ -92,6 +92,6 @@
"guest": "Guest", "guest": "Guest",
"guests": "Guests", "guests": "Guests",
"updated:title": "Forum Updated", "updated.title": "Forum Updated",
"updated:message": "This forum has just been updated to the latest version. Click here to refresh the page." "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page."
} }

@ -57,8 +57,8 @@ var socket,
app.cacheBuster = cacheBuster; app.cacheBuster = cacheBuster;
app.alert({ app.alert({
title: '[[global.updated:title]]', title: '[[global:updated.title]]',
message: '[[global.updated:message]]', message: '[[global:updated.message]]',
clickfn: function() { clickfn: function() {
window.location.reload(); window.location.reload();
}, },

Loading…
Cancel
Save