fixed updated language strings

This commit is contained in:
psychobunny
2014-06-03 14:38:33 -04:00
parent b881131a65
commit e88abcc1d9
2 changed files with 4 additions and 4 deletions

View File

@@ -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();
},