Fix free trial text to show at the right time (#1281)
This commit is contained in:
parent
fe15de02e5
commit
278cf2ca40
|
@ -219,7 +219,7 @@
|
||||||
<hr class="my-3">
|
<hr class="my-3">
|
||||||
<h2 class="spaced-header mb-4">{{ (createOrganization ? 'paymentInformation' : 'billingInformation') | i18n}}
|
<h2 class="spaced-header mb-4">{{ (createOrganization ? 'paymentInformation' : 'billingInformation') | i18n}}
|
||||||
</h2>
|
</h2>
|
||||||
<small class="text-muted font-italic mb-3 d-block" *ngIf="!freeTrial && createOrganization; else paymentChargedImmediately">
|
<small class="text-muted font-italic mb-3 d-block" *ngIf="freeTrial && createOrganization; else paymentChargedImmediately">
|
||||||
{{'paymentChargedWithTrial' | i18n}}
|
{{'paymentChargedWithTrial' | i18n}}
|
||||||
</small>
|
</small>
|
||||||
<ng-template #paymentChargedImmediately>
|
<ng-template #paymentChargedImmediately>
|
||||||
|
|
Loading…
Reference in New Issue