mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
UI: SoftResetButton.tsx Tooltip changed to make more sense (#186)
This commit is contained in:
parent
83730d89fd
commit
c17af3ad35
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user