Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix typo in selectedPlanInterval (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat authored Jan 19, 2021
1 parent 73d2416 commit 13cbba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/settings/organization-plans.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2 class="spaced-header mb-4">{{ (createOrganization ? 'paymentInformation' : '
<app-payment [showMethods]="false"></app-payment>
</ng-container>
<small class="text-muted font-italic mt-2 d-block" *ngIf="!createOrganization">
{{'paymentCharged' | i18n : (interval | i18n) }}</small>
{{'paymentCharged' | i18n : (selectedPlanInterval | i18n) }}</small>
</div>
<div *ngIf="singleOrgPolicyBlock" class="mt-4">
<app-callout [type]="'error'">{{'singleOrgBlockCreateMessage' | i18n}}</app-callout>
Expand Down

0 comments on commit 13cbba3

Please sign in to comment.