diff --git a/apps/guard/app/revenues/TableRow.tsx b/apps/guard/app/revenues/TableRow.tsx index 705c854e..7a812fc6 100644 --- a/apps/guard/app/revenues/TableRow.tsx +++ b/apps/guard/app/revenues/TableRow.tsx @@ -36,7 +36,7 @@ export const mobileHeader = [ export const tabletHeader = [ { - title: 'Tx Id', + title: 'Lock Tx Id', cellProps: { width: 150, }, @@ -120,7 +120,7 @@ export const MobileRow: FC = (props) => { return ( <> - Tx Id + Lock Tx Id {row.lockTxId.slice(0, 8)}