Skip to content

Commit

Permalink
Update contact.ejs (#23860)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil authored Nov 15, 2024
1 parent 351fb36 commit 581ad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views/pages/contact.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<div class="invalid-feedback" v-if="formErrors.primaryBuyingSituation">Please select an option</div>
</div>
<div class="form-group">
<label for="number-of-hosts">How many <%= primaryBuyingSituation === 'mdm' ? 'devices' : 'hosts' %> do you have? *</label>
<label for="number-of-hosts">How many employees are in your organization? *</label>
<input class="form-control" id="number-of-hosts" name="number-of-hosts" type="number" :class="[formErrors.numberOfHosts ? 'is-invalid' : '']" min="1" v-model.trim="formData.numberOfHosts">
<p purpose="devices-note" class="mt-3 mb-0" v-if="!primaryBuyingSituation || ['eo-it', 'mdm', 'vm'].includes(primaryBuyingSituation)">Includes computers, servers, phones, and more.</p>
<p purpose="devices-note" class="mt-3 mb-0" v-if="primaryBuyingSituation === 'eo-security'">Includes servers, supercomputers, and everything else.</p>
Expand Down

0 comments on commit 581ad35

Please sign in to comment.