UI: SoftResetButton.tsx Tooltip changed to make more sense (#186)

This commit is contained in:
Rai 2022-11-07 08:30:01 +10:00 committed by GitHub
parent 83730d89fd
commit c17af3ad35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>