Merge pull request #990 from nymtech/feature/fix-success-text
Fix success view messages.
This commit is contained in:
@@ -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 }}>
|
||||
|
||||
Reference in New Issue
Block a user