fixed updated language strings

v1.18.x
psychobunny 11 years ago
parent b881131a65
commit e88abcc1d9

@ -92,6 +92,6 @@
"guest": "Guest",
"guests": "Guests",
"updated:title": "Forum Updated",
"updated:message": "This forum has just been updated to the latest version. Click here to refresh the page."
"updated.title": "Forum Updated",
"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.alert({
title: '[[global.updated:title]]',
message: '[[global.updated:message]]',
title: '[[global:updated.title]]',
message: '[[global:updated.message]]',
clickfn: function() {
window.location.reload();
},

Loading…
Cancel
Save