Skip to content

Commit

Permalink
update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Scatularo committed Dec 21, 2023
1 parent 75e8a70 commit 4d472e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Attest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Attest() {
</Alert>
<Alert severity="warning" className={classes.alert}>
<Typography variant="body1">
Use this feature under your own risk, be sure you understand what are you doing
Using this feature may have some risks. Ensure a full understanding before proceeding.
</Typography>
</Alert>
<Stepper activeStep={activeStep} orientation="vertical">
Expand Down

0 comments on commit 4d472e9

Please sign in to comment.