Website: Update text on sandbox login and registration pages. (#14312)

Closes: https://github.com/fleetdm/confidential/issues/3861

Changes:
-  Updated text on /try-fleet/register and /try-fleet/login
This commit is contained in:
Eric 2023-10-04 18:59:27 -05:00 committed by GitHub
parent 04a3f18a60
commit c7e6b282ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<div style="max-width: 400px;" class="flex-column d-flex">
<h2>Try Fleet</h2>
<p class="pt-3">
The fastest way to test Fleet. Get up and running in minutes. Ready for production deployments? <a href="https://fleetdm.com/docs/deploying">Learn how to deploy Fleet</a>.
The fastest way to test Fleet. Get up and running in minutes.
</p>
<div class="pt-3">
<ajax-form :handle-submitting="handleSubmittingRegisterForm" class="sandbox-register" :syncing.sync="syncing" :cloud-error.sync="cloudError" :form-errors.sync="formErrors" :form-data="formData" :form-rules="formRules" @submitted="submittedRegisterForm()">

View file

@ -6,7 +6,7 @@
<div style="max-width: 400px;" class="flex-column d-flex">
<h2>Try Fleet</h2>
<p class="pt-3">
The fastest way to test Fleet. Get up and running in minutes. Ready for production deployments? <a href="https://fleetdm.com/docs/deploying">Learn how to deploy Fleet</a>.
The fastest way to test Fleet. Get up and running in minutes.
</p>
<div class="pt-3">
<ajax-form action="login" class="sandbox-login" :syncing.sync="syncing" :cloud-error.sync="cloudError" :form-errors.sync="formErrors" :form-data="formData" :form-rules="formRules" @submitted="submittedLoginForm()" >