UI: Fix typo in CovenantPurchasesRoot.tsx (#1740)

This commit is contained in:
catloversg 2024-11-04 13:38:19 +07:00 committed by GitHub
parent c8183e55db
commit b388865317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,7 +67,7 @@ export function CovenantPurchasesRoot(props: IProps): React.ReactElement {
{Player.sleevesFromCovenant < MaxSleevesFromCovenant && ( {Player.sleevesFromCovenant < MaxSleevesFromCovenant && (
<> <>
<Typography> <Typography>
Purchase an additional Sleeves. These Duplicate Sleeves are permanent (they persist through BitNodes). You Purchase an additional Sleeve. These Duplicate Sleeves are permanent (they persist through BitNodes). You
can purchase a total of {MaxSleevesFromCovenant} from {FactionName.TheCovenant}. can purchase a total of {MaxSleevesFromCovenant} from {FactionName.TheCovenant}.
</Typography> </Typography>
<Button disabled={purchaseDisabled} onClick={purchaseOnClick}> <Button disabled={purchaseDisabled} onClick={purchaseOnClick}>