Skip to content

Commit

Permalink
more descriptive button
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcodez committed Feb 23, 2022
1 parent f318e17 commit 44e977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/forms/FlexibleTransactionForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ const FlexibleTransactionForm = (props) => {
<Button label="Redelegate" onClick={() => newMessage(blankRedelegateJSON(props.address))} />
<Button label="Vote" onClick={() => newMessage(blankVoteJSON(props.address))} />

<Button label="Create Transaction" disabled={!isValid} onClick={handleCreate} />
<Button label="Prepare Multisig Tx" disabled={!isValid} onClick={handleCreate} />
<style jsx>{`
p {
margin-top: 15px;
Expand Down

0 comments on commit 44e977d

Please sign in to comment.