Merge pull request #990 from nymtech/feature/fix-success-text

Fix success view messages.
This commit is contained in:
Tommy Verrall
2021-12-21 10:16:41 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ export const SuccessView: React.FC<{ details?: { amount: string; address: string
<>
<SuccessReponse
title="Bonding Complete"
subtitle="Sucessfully bonded to node with following details"
caption={`You current balance is: ${userBalance.balance?.printable_balance}`}
subtitle="Successfully bonded to node with following details"
caption={`Your current balance is: ${userBalance.balance?.printable_balance}`}
/>
{details && (
<Box sx={{ mt: 2 }}>
@@ -9,8 +9,8 @@ export const SuccessView: React.FC<{ details?: { amount: string; address: string
<>
<SuccessReponse
title="Delegation Complete"
subtitle="Sucessfully delegated to node with following details"
caption={`You current balance is: ${userBalance.balance?.printable_balance}`}
subtitle="Successfully delegated to node with following details"
caption={`Your current balance is: ${userBalance.balance?.printable_balance}`}
/>
{details && (
<Box sx={{ mt: 2 }}>