mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: update capitalization on pricing page (#9701)
This commit is contained in:
parent
985c051ebb
commit
621b01cdf0
1 changed files with 3 additions and 3 deletions
6
website/views/pages/pricing.ejs
vendored
6
website/views/pages/pricing.ejs
vendored
|
|
@ -83,11 +83,11 @@
|
|||
<div class="d-flex flex-column px-4 py-3">
|
||||
<p><strong>Ultimate calculator</strong></p>
|
||||
<div purpose="enterprise-calculator-row">
|
||||
<p>macOs Devices</p>
|
||||
<p>macOS devices</p>
|
||||
<input purpose="enterprise-calculator-input" class="form-control" min="0" type="number" placeholder="0" v-model.trim="formData.macos" @input="updateEstimatedTotal()">
|
||||
</div>
|
||||
<div purpose="enterprise-calculator-row">
|
||||
<p>Windows Devices</p>
|
||||
<p>Windows devices</p>
|
||||
<input purpose="enterprise-calculator-input" class="form-control" min="0" type="number" placeholder="0" v-model.trim="formData.windows" @input="updateEstimatedTotal()">
|
||||
</div>
|
||||
<div purpose="enterprise-calculator-row">
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
<input purpose="enterprise-calculator-input" class="form-control" min="0" type="number" placeholder="0" v-model.trim="formData.linux" @input="updateEstimatedTotal()">
|
||||
</div>
|
||||
<div purpose="enterprise-calculator-row">
|
||||
<p>Servers, containers (k8s), IoT Devices</p>
|
||||
<p>Servers, containers (k8s), IoT devices</p>
|
||||
<input purpose="enterprise-calculator-input" class="form-control" min="0" type="number" placeholder="0" v-model.trim="formData.other" @input="updateEstimatedTotal()">
|
||||
</div>
|
||||
<div purpose="exterprise-calculator-result" class="d-flex flex-end flex-md-row flex-column align-items-md-center align-items-end justify-content-between">
|
||||
|
|
|
|||
Loading…
Reference in a new issue