mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
UI: SoftResetButton.tsx Tooltip changed to make more sense (#186)
This commit is contained in:
@@ -28,7 +28,7 @@ export function SoftResetButton({
|
||||
|
||||
return (
|
||||
<>
|
||||
<Tooltip title="Perform a soft reset. Resets everything as if you had just purchased an Augmentation.">
|
||||
<Tooltip title="Perform a soft reset. Resets everything as if you had just installed Augmentations without installing them.">
|
||||
<Button startIcon={<RestartAltIcon />} color={color} onClick={handleButtonClick}>
|
||||
Soft Reset
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user