UI: Change "overclock" to another phrase in Sleeves tab (#1901)

This commit is contained in:
catloversg
2025-01-08 12:13:47 +07:00
committed by GitHub
parent f49d21cd71
commit a8bde3e14f
2 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -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]) => (