Skip to content

Commit

Permalink
fix: change label
Browse files Browse the repository at this point in the history
  • Loading branch information
viennguyen2-tiki committed Oct 26, 2023
1 parent 34d99b3 commit dcf47e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export enum CardInfoLabels {
to = 'To:',
interactWith = 'Interacted With:',
time = 'Timestamp:',
value = 'Amount:',
value = 'Value:',
fee = 'Transaction Fee:',
gasPrice = 'Gas Price:',
gasLimit = 'Gas Limit:',
Expand Down Expand Up @@ -153,4 +153,4 @@ export enum TransactionCardTypeEnum {
TIME = 'time',
TOKEN_TRANSFER = 'token-transfer',
VALIDATOR_DESCRIPTION = 'validator-description'
}
}

0 comments on commit dcf47e4

Please sign in to comment.