mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
fixed updated language strings
This commit is contained in:
@@ -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();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user