Small text fixes (#440)

* 🐛 text fix on fund for new account

* 🐛 make toggle account-wide lending on new-account
This commit is contained in:
Bob van der Helm 2023-09-07 12:01:42 +02:00 committed by GitHub
parent dee7f5936b
commit eb5425ee4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -186,8 +186,8 @@ export default function AccountFundContent(props: Props) {
<SwitchAutoLend
className='pt-4 mt-4 border border-transparent border-t-white/10'
accountId={props.accountId}
value={isLending}
onChange={toggleIsLending}
value={!props.isFullPage ? isLending : undefined}
onChange={!props.isFullPage ? toggleIsLending : undefined}
/>
</div>
<Button

View File

@ -26,7 +26,7 @@ export default function AccountFundFullPage() {
return (
<FullOverlayContent
title={`Fund Credit Account #${selectedAccountId}`}
copy='In order to start trading with this account, you need to deposit funds.'
copy='In order to start using this account, you need to deposit funds.'
docs='fund'
>
<Card className='w-full p-6 bg-white/5'>