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:
@@ -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