Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Svetoslav Borislavov <[email protected]>
  • Loading branch information
SvetBorislavov committed Jan 14, 2025
1 parent 9f067cd commit 744bfec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const buttonsDataTestIds: { [key: string]: string } = {
[sign]: 'button-sign-org-transaction',
[next]: 'button-next-org-transaction',
[cancel]: 'button-cancel-org-transaction',
[execute]: 'button-mark-execute-org-transaction',
[execute]: 'button-execute-org-transaction',
[archive]: 'button-archive-org-transaction',
[exportName]: 'button-export-transaction',
};
Expand Down Expand Up @@ -347,7 +347,7 @@ const handleTransactionAction = async (
text: 'Are you sure you want to send the transaction for execution?',
buttonText: 'Confirm',
loadingText: 'Executing...',
successMessage: 'Transaction marked sent for execution successfully',
successMessage: 'Transaction sent for execution successfully',
actionFunction: executeTransaction,
},
};
Expand Down

0 comments on commit 744bfec

Please sign in to comment.