mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Merge pull request #2087 from 2PacIsAlive/dev
Fix typo on Augmentations page
This commit is contained in:
commit
4183ed6f2b
@ -174,7 +174,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
|
|||||||
<>
|
<>
|
||||||
<br />
|
<br />
|
||||||
<Typography variant="h4">Purchased Augmentations</Typography>
|
<Typography variant="h4">Purchased Augmentations</Typography>
|
||||||
<Typography>This factions also offers these augmentations but you already own them.</Typography>
|
<Typography>This faction also offers these augmentations but you already own them.</Typography>
|
||||||
{owned.map((aug) => purchaseableAugmentation(aug, true))}
|
{owned.map((aug) => purchaseableAugmentation(aug, true))}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user