mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
04a3f18a60
commit
c7e6b282ec
2 changed files with 2 additions and 2 deletions
2
website/views/pages/try-fleet/register.ejs
vendored
2
website/views/pages/try-fleet/register.ejs
vendored
|
|
@ -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()">
|
||||
|
|
|
|||
|
|
@ -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()" >
|
||||
|
|
|
|||
Loading…
Reference in a new issue