mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 13:13:49 +01:00
UI: Fix typo in CovenantPurchasesRoot.tsx (#1740)
This commit is contained in:
parent
c8183e55db
commit
b388865317
@ -67,7 +67,7 @@ export function CovenantPurchasesRoot(props: IProps): React.ReactElement {
|
||||
{Player.sleevesFromCovenant < MaxSleevesFromCovenant && (
|
||||
<>
|
||||
<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}.
|
||||
</Typography>
|
||||
<Button disabled={purchaseDisabled} onClick={purchaseOnClick}>
|
||||
|
Loading…
Reference in New Issue
Block a user