Skip to content

Commit

Permalink
fix(partnerConfig): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddaqqa committed Sep 24, 2024
1 parent c2cf5ac commit 69d8011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partners/Configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Content = () => {
<Alert
sx={{ maxWidth: 'none', width: 'fit-content' }}
variant="negative"
content="The wallet does not have sufficient funds."
content="The wallet does not have sufficient funds on C-Chain."
/>
)}
{!store.getters['Accounts/kycStatus'] && (
Expand Down

0 comments on commit 69d8011

Please sign in to comment.