Fix/typo in block explorer label (#142)

Transaction is usually `txn` not `tnx`.

- Update label
This commit is contained in:
Edd 2022-03-28 16:28:09 +01:00 committed by GitHub
parent 73e778de34
commit 859dc60133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ export const TxDetails = ({ txData, pubKey, className }: TxDetailsProps) => {
</TableCell>
</TableRow>
<TableRow modifier="bordered">
<TableCell>Encoded tnx</TableCell>
<TableCell>Encoded txn</TableCell>
<TableCell modifier="bordered" data-testid="encoded-tnx">
<TruncateInline
text={txData.tx}