Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser committed Nov 8, 2024
1 parent 84cd9d0 commit ad3bc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/Loan/FinanceForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function FinanceForm({ loan }: { loan: LoanType }) {

return (
<Stack gap={2} p={1}>
<Text variant="heading2">{isCashLoan(loan) ? 'Deposit' : 'Financier'}</Text>
<Text variant="heading2">{isCashLoan(loan) ? 'Deposit' : 'Finance'}</Text>
<InternalFinanceForm loan={loan} source={source} onChange={setSource} />
</Stack>
)
Expand Down

0 comments on commit ad3bc26

Please sign in to comment.