Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Feb 9, 2024
1 parent fd53998 commit 2c19947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/confirm/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function useShowWithdrawModal() {
const dispatch = useAppDispatch()

return useCallback(async () => {
dispatch(setShow({ isClaim: false, text: 'You are attempting to withdraw your collateral. This will have a mandatory colling off period of approximately 2 weeks. Are you sure you want to continue?' }))
dispatch(setShow({ isClaim: false, text: 'You are attempting to withdraw your collateral. This will have a mandatory cooling off period of approximately 2 weeks. Are you sure you want to continue?' }))
}, [])
}

Expand Down

0 comments on commit 2c19947

Please sign in to comment.