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",
|
||||
"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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user