Merge pull request #1239 from Nolshine/1200_replace_text

address #1200
This commit is contained in:
hydroflame 2021-09-14 14:16:43 -04:00 committed by GitHub
commit fd0b4f7b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,7 +160,7 @@ interface IUpgradeProps {
function Upgrades({ corp, player, rerender }: IUpgradeProps): React.ReactElement {
// Don't show upgrades
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 (