diff --git a/src/Corporation/ui/Overview.tsx b/src/Corporation/ui/Overview.tsx index 2807c42be..824aa956a 100644 --- a/src/Corporation/ui/Overview.tsx +++ b/src/Corporation/ui/Overview.tsx @@ -160,7 +160,7 @@ interface IUpgradeProps { function Upgrades({ corp, player, rerender }: IUpgradeProps): React.ReactElement { // Don't show upgrades if (corp.divisions.length <= 0) { - return

Unlock upgrades after creating your first division

; + return

Upgrades are unlocked once you create an industry.

; } return (