Skip to content

Commit

Permalink
rename TxHash to just Hash (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-schrammel authored Oct 25, 2024
1 parent c91a222 commit 22a7be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entries/popup/pages/home/Activity/ActivityDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function ConfirmationData({
<Stack space="24px">
<InfoRow
symbol="number"
label="TxHash"
label="Hash"
value={
<CopyableValue
title={i18n.t('activity_details.hash_copied')}
Expand Down

0 comments on commit 22a7be8

Please sign in to comment.