diff --git a/static/js/UI.js b/static/js/UI.js index 4999c5e6..79d9938f 100644 --- a/static/js/UI.js +++ b/static/js/UI.js @@ -223,7 +223,7 @@ pandora.UI = (function() { : ( pandora.user.ui.texts[args.text] && !Ox.isUndefined(pandora.user.ui.texts[args.text][key]) - } ? pandora.user.ui.texts[args.text][key] + ) ? pandora.user.ui.texts[args.text][key] : value; }); }