Update button text

This commit is contained in:
muzam1l
2022-04-28 18:33:20 +05:30
parent 1d3bd128f8
commit bf568c3f46

View File

@@ -159,7 +159,7 @@ const Transaction: FC<TransactionProps> = ({
}}
outline
>
{viewType === "ui" ? "VIEW AS JSON" : "EXIT JSON VIEW"}
{viewType === "ui" ? "EDIT AS JSON" : "EXIT JSON MODE"}
</Button>
<Flex row>
<Button onClick={resetState} outline css={{ mr: "$3" }}>