MISC: Make it so that restarting the tutorial doesn't soft reset your game (#1992)

This commit is contained in:
Paul Dejean
2025-03-23 02:04:52 -05:00
committed by GitHub
parent 1539c428bc
commit 6d3e111ea1
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ export const GameOptionsSidebar = (props: IProps): React.ReactElement => {
open={confirmResetOpen}
onClose={() => setConfirmResetOpen(false)}
onConfirm={props.reactivateTutorial}
confirmationText={"Reset your stats and money to start the tutorial? Home scripts will not be reset."}
confirmationText={"Restart the tutorial? Running scripts will be killed."}
additionalButton={<Button onClick={() => setConfirmResetOpen(false)}>Cancel</Button>}
/>
</Box>