This commit is contained in:
j 2015-04-02 13:32:24 +02:00
parent d80455cc86
commit 180854c3c9

View file

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