Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Dec 3, 2023
1 parent 6cb750a commit a2fdcd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dapp/src/SignMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function SignMessage({ api, account, balances, currentChainName, formatted, isPo
<Grid container pt="15px" justifyContent="center" alignItems='center'>
{_signature && (
<>
<Typography variant="body1">Received signature:</Typography>
<Typography variant="body1">Received Signature:</Typography>
<Typography variant="body2">{_signature}</Typography>
<Grid container item justifyContent="center" py="15px">
{isSignatureValid && <CheckCircleIcon color='success' />}
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/src/TransferFund.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function TransferFund({ api, account, balances, currentChainName, formatted, isP
<Grid container pt="15px" justifyContent="center" alignItems='center'>
{_signature && (
<>
<Typography variant="body1">Received signature:</Typography>
<Typography variant="body1">Received Signature:</Typography>
<Typography variant="body2">{_signature}</Typography>
</>
)}
Expand Down

0 comments on commit a2fdcd4

Please sign in to comment.