Skip to content

Commit

Permalink
fix: change simulation title (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook authored Jul 10, 2023
1 parent 890b112 commit 92c4e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tx/security/tenderly/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const TxSimulationBlock = ({ transactions, disabled, gasLimit }: TxSimulationPro
<Paper variant="outlined" className={sharedCss.wrapper}>
<div>
<Typography variant="body2" fontWeight={700}>
Simulate transaction
Run a simulation
<Tooltip
title="This transaction can be simulated before execution to ensure that it will be succeed, generating a detailed report of the transaction execution."
arrow
Expand Down

0 comments on commit 92c4e87

Please sign in to comment.