diff --git a/utils/enum.ts b/utils/enum.ts index 182c41f..39fff57 100644 --- a/utils/enum.ts +++ b/utils/enum.ts @@ -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:', @@ -153,4 +153,4 @@ export enum TransactionCardTypeEnum { TIME = 'time', TOKEN_TRANSFER = 'token-transfer', VALIDATOR_DESCRIPTION = 'validator-description' -} \ No newline at end of file +}