diff --git a/code/portal_detail_display_tools.js b/code/portal_detail_display_tools.js index 67c66362..d0ead99d 100644 --- a/code/portal_detail_display_tools.js +++ b/code/portal_detail_display_tools.js @@ -162,7 +162,7 @@ window.getDestroyAP = function(d) { t += fieldCount + '×\tFields\t= ' + digits(fieldAp) + '\n'; t += '1×\tCapture\t= ' + CAPTURE_PORTAL + '\n'; t += '8×\tDeploy\t= ' + DEPLOY_RESONATOR + '\n'; - t += '1×\tBonus\t= ' + COMPLETITION_BONUS + '\n'; + t += '1×\tBonus\t= ' + COMPLETION_BONUS + '\n'; t += 'Sum: ' + digits(sum) + ' AP'; return '' + digits(text) + ''; }