mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
UI: Change "overclock" to another phrase in Sleeves tab (#1901)
This commit is contained in:
@@ -174,7 +174,9 @@ export function EarningsElement(props: IProps): React.ReactElement {
|
||||
<TableBody>
|
||||
<TableRow>
|
||||
<TableCell classes={{ root: classes.cellNone }}>
|
||||
<Typography variant="h6">Earnings {props.sleeve.storedCycles > 50 ? "(overclock)" : ""}</Typography>
|
||||
<Typography variant="h6">
|
||||
Earnings {props.sleeve.storedCycles > 50 ? "(Boosted by bonus time)" : ""}
|
||||
</Typography>
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
{data.map(([a, b]) => (
|
||||
|
||||
Reference in New Issue
Block a user