Fix spelling in license billing page (#5102)

This commit is contained in:
Stephan Miehe 2022-04-13 10:59:20 -05:00 committed by GitHub
parent 4a439a1109
commit a05c66a27b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@
<div style="max-width: 16px;" class="col-1 px-0"><img style="margin-top: 5px; height: 16px; width: 16px;" src="/images/icon-calendar-32x32@2x.png" alt="A calendar icon"></div>
<div class="col pl-3">
<p>{{thisSubscription.numberOfHosts}} devices @ $1.00/device/month</p>
<p>Billed anually at ${{thisSubscription.subscriptionPrice}}.00/yr</p>
<p>Billed annually at ${{thisSubscription.subscriptionPrice}}.00/yr</p>
<p>Next payment on <js-timestamp :at="thisSubscription.nextBillingAt" always-show-year format="billing"></js-timestamp></p>
</div>
</div>