Merge pull request #2087 from 2PacIsAlive/dev

Fix typo on Augmentations page
This commit is contained in:
hydroflame
2021-12-21 10:45:55 -05:00
committed by GitHub

View File

@@ -174,7 +174,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
<>
<br />
<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))}
</>
);