From fe065d23ebd178d14c3bfa3be0e90f424cf33691 Mon Sep 17 00:00:00 2001 From: Nolshine Date: Mon, 13 Sep 2021 20:51:16 +0100 Subject: [PATCH] address #1200 --- src/Corporation/ui/Overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (