translation update

This commit is contained in:
Čarodej
2021-12-30 16:05:18 +01:00
parent 50abdc3266
commit 4ab5e17068
3 changed files with 15 additions and 12 deletions

View File

@@ -210,7 +210,7 @@
<!-- User has registered payment method -->
<div v-if="hasPaymentMethod">
<b v-if="user.data.relationships.balance.data.attributes.balance > 0" class="mb-3 block text-sm mb-5">
{{ $t('You have $10.00 in credit that will be automatically withdrawn on your next payment.') }}
{{ $t('credit_to_auto_withdraw', {credit: user.data.relationships.balance.data.attributes.formatted}) }}
</b>
<!-- Card -->