mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Fix free trial text to show at the right time (#1281)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user