Skip to content

Commit

Permalink
Rename 'Target Address' to 'Target Contract Address'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjurco committed Dec 6, 2024
1 parent a75ac8e commit 07fc525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const ProposalDetailsContent = (props: ProposalDetailsProps) => {
</p>
</div>
<div className={styles.proposalDetailsItem}>
<p className={styles.label}>Target Address</p>
<p className={styles.label}>Target Contract Address</p>
<p className={styles.address}>
{urlTargetAddress ? (
<ExternalLink className={styles.link} href={urlTargetAddress}>
Expand Down

0 comments on commit 07fc525

Please sign in to comment.