diff --git a/utils/enum.ts b/utils/enum.ts index 86591eb2..8a7cda20 100644 --- a/utils/enum.ts +++ b/utils/enum.ts @@ -33,8 +33,8 @@ export enum CardInfoLabels { confirmations = 'Status:', block = 'Block:', from = 'From:', - to = 'Interacted With (To):', - createdContractAddressHash = 'To', + to = 'To:', + createdContractAddressHash = 'Interacted With (To):', time = 'Timestamp:', value = 'Value:', fee = 'Transaction Fee:',