diff --git a/src/Corporation/ui/IndustryOffice.jsx b/src/Corporation/ui/IndustryOffice.jsx index 65626d327..7a0a3a743 100644 --- a/src/Corporation/ui/IndustryOffice.jsx +++ b/src/Corporation/ui/IndustryOffice.jsx @@ -300,7 +300,7 @@ export class IndustryOffice extends BaseReactComponent {

Avg Employee Morale: {numeralWrapper.format(avgMorale, "0.000")}

-

Avg Happiness Morale: {numeralWrapper.format(avgHappiness, "0.000")}

+

Avg Employee Happiness: {numeralWrapper.format(avgHappiness, "0.000")}

Avg Energy Morale: {numeralWrapper.format(avgEnergy, "0.000")}

Total Employee Salary: {numeralWrapper.formatMoney(totalSalary)}

{