mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Clearer language (#39119)
This commit is contained in:
parent
580b398bdb
commit
16cdb6217f
1 changed files with 2 additions and 2 deletions
4
website/views/pages/pricing.ejs
vendored
4
website/views/pages/pricing.ejs
vendored
|
|
@ -17,7 +17,7 @@
|
|||
<div class="d-flex flex-row justify-content-start">
|
||||
<div class="d-flex flex-column justify-content-between">
|
||||
<h2>Free</h2>
|
||||
<h3>Unlimited hosts</h3>
|
||||
<h3>Basic features, no support</h3>
|
||||
<div purpose="tier-price" class="d-flex flex-row align-items-center">
|
||||
<h1><span purpose="price-dollar-sign">$</span>0</h1><strong>/ host <br purpose="premium-price-linebreak">/ month</strong>
|
||||
</div>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<div class="d-flex flex-column justify-content-between">
|
||||
<div class="d-flex flex-column justify-content-start">
|
||||
<h2>Premium</h2>
|
||||
<h3>Unlimited baselines</h3>
|
||||
<h3>Manage and protect endpoints</h3>
|
||||
<div purpose="tier-price" class="d-flex flex-row align-items-center justify-content-start">
|
||||
<h1><span purpose="price-dollar-sign">$</span>7.00</h1><strong>/ host <br purpose="premium-price-linebreak">/ month</strong>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue