Skip to content

Commit

Permalink
update setOptions warning (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesunikim authored Oct 10, 2024
1 parent 5a1b7dc commit 47e7fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/formComponentTemplateTxnOps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ export const formComponentTemplateTxnOps = ({
<>
{custom?.showWarning ? (
<div className="FieldNote FieldNote--error FieldNote--md">
This can result in a permanently locked account. Are you sure
you know what you’re doing?
This can result in a permanently locked account. Please make
sure you understand multisignature accounts before proceeding.
</div>
) : null}
</>
Expand Down

0 comments on commit 47e7fdc

Please sign in to comment.