forked from 0x2620/pandora
typo
This commit is contained in:
parent
d80455cc86
commit
180854c3c9
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ pandora.UI = (function() {
|
||||||
: (
|
: (
|
||||||
pandora.user.ui.texts[args.text]
|
pandora.user.ui.texts[args.text]
|
||||||
&& !Ox.isUndefined(pandora.user.ui.texts[args.text][key])
|
&& !Ox.isUndefined(pandora.user.ui.texts[args.text][key])
|
||||||
} ? pandora.user.ui.texts[args.text][key]
|
) ? pandora.user.ui.texts[args.text][key]
|
||||||
: value;
|
: value;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue