From bd375851a4887edecaf68f32c921bcf26960ba7b Mon Sep 17 00:00:00 2001 From: Jared Jolton <2PacIsAlive@users.noreply.github.com> Date: Mon, 20 Dec 2021 22:28:55 -0700 Subject: [PATCH] Fix typo on Augmentations page --- src/Faction/ui/AugmentationsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faction/ui/AugmentationsPage.tsx b/src/Faction/ui/AugmentationsPage.tsx index 2fe46154d..6a3446b4f 100644 --- a/src/Faction/ui/AugmentationsPage.tsx +++ b/src/Faction/ui/AugmentationsPage.tsx @@ -174,7 +174,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement { <>
Purchased Augmentations - This factions also offers these augmentations but you already own them. + This faction also offers these augmentations but you already own them. {owned.map((aug) => purchaseableAugmentation(aug, true))} );