update code for the new internal name for enlightened - was ALIENS, now ENLIGHTENED

This commit is contained in:
Jon Atkins
2013-07-31 20:15:14 +01:00
parent b857998c23
commit f5d8587955
6 changed files with 8 additions and 8 deletions

View File

@ -190,7 +190,7 @@ window.REDEEM_ENCOURAGEMENT = [
"Power up!",
"Asset transfer in progress.",
"Well done, Agent.",
"Make the " + {'RESISTANCE' : 'Resistance', 'ALIENS' : 'Enlightened'}[PLAYER.team] + " proud!"
"Make the " + {'RESISTANCE' : 'Resistance', 'ENLIGHTENED' : 'Enlightened'}[PLAYER.team] + " proud!"
];
window.handleRedeemResponse = function(data, textStatus, jqXHR) {