mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix spelling in license billing page (#5102)
This commit is contained in:
parent
4a439a1109
commit
a05c66a27b
1 changed files with 1 additions and 1 deletions
2
website/views/pages/customers/dashboard.ejs
vendored
2
website/views/pages/customers/dashboard.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue