Merge branch 'dev' of github.com:danielyxie/bitburner into dev
This commit is contained in:
Olivier Gagnon 2021-09-14 14:22:49 -04:00
commit 25c4f9047f

@ -160,7 +160,7 @@ interface IUpgradeProps {
function Upgrades({ corp, player, rerender }: IUpgradeProps): React.ReactElement { function Upgrades({ corp, player, rerender }: IUpgradeProps): React.ReactElement {
// Don't show upgrades // Don't show upgrades
if (corp.divisions.length <= 0) { if (corp.divisions.length <= 0) {
return <h1>Unlock upgrades after creating your first division</h1>; return <h1>Upgrades are unlocked once you create an industry.</h1>;
} }
return ( return (