mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Fix typo in selectedPlanInterval (#785)
This commit is contained in:
@@ -229,7 +229,7 @@
|
|||||||
<app-payment [showMethods]="false"></app-payment>
|
<app-payment [showMethods]="false"></app-payment>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<small class="text-muted font-italic mt-2 d-block" *ngIf="!createOrganization">
|
<small class="text-muted font-italic mt-2 d-block" *ngIf="!createOrganization">
|
||||||
{{'paymentCharged' | i18n : (interval | i18n) }}</small>
|
{{'paymentCharged' | i18n : (selectedPlanInterval | i18n) }}</small>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="singleOrgPolicyBlock" class="mt-4">
|
<div *ngIf="singleOrgPolicyBlock" class="mt-4">
|
||||||
<app-callout [type]="'error'">{{'singleOrgBlockCreateMessage' | i18n}}</app-callout>
|
<app-callout [type]="'error'">{{'singleOrgBlockCreateMessage' | i18n}}</app-callout>
|
||||||
|
|||||||
Reference in New Issue
Block a user