From 624b3a86f9f42822f72b7a4133a2c0b7f36b5f4f Mon Sep 17 00:00:00 2001 From: Mohammad Kermani Date: Sat, 14 Oct 2023 12:58:53 +0000 Subject: [PATCH] refactor(guard-app): rename "Tx Id" to "Lock Tx Id" in revenues table --- apps/guard/app/revenues/TableRow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)}