Fix typing errors

This commit is contained in:
2023-09-15 09:34:39 +02:00
parent f0f4951911
commit fd35d12c08
3 changed files with 23 additions and 27 deletions

View File

@@ -57,9 +57,9 @@ import Euro from "../util/Euro.svelte";
{:else if window.user.subscription.type === "prepaid"}
<p>
You already have a Prepaid subscription active. You account balance
is <Euro amount={window.user.balance_micro_eur}/>. Use the form
below to top up your balance.
You already have a Prepaid subscription active. Your account
balance is <Euro amount={window.user.balance_micro_eur}/>. Use
the form below to top up your balance.
</p>
<MollieDeposit/>
{:else}