From bf568c3f462a84f037d4e63f9690c98e82611e69 Mon Sep 17 00:00:00 2001 From: muzam1l Date: Thu, 28 Apr 2022 18:33:20 +0530 Subject: [PATCH] Update button text --- components/Transaction/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Transaction/index.tsx b/components/Transaction/index.tsx index d72ba27..1aacd5e 100644 --- a/components/Transaction/index.tsx +++ b/components/Transaction/index.tsx @@ -159,7 +159,7 @@ const Transaction: FC = ({ }} outline > - {viewType === "ui" ? "VIEW AS JSON" : "EXIT JSON VIEW"} + {viewType === "ui" ? "EDIT AS JSON" : "EXIT JSON MODE"}