mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Make trying Fleet friendlier for students (#18398)
This commit is contained in:
parent
72cc82f60d
commit
cbc06a025e
1 changed files with 1 additions and 1 deletions
2
website/views/pages/entrance/signup.ejs
vendored
2
website/views/pages/entrance/signup.ejs
vendored
|
|
@ -48,7 +48,7 @@
|
|||
<p>This email is already linked to a Fleet account.<br> Please <a href="/login">sign in</a> with your email and password.</p>
|
||||
</cloud-error>
|
||||
<cloud-error v-else-if="cloudError === 'invalidEmailDomain'">
|
||||
<p>Please enter a valid work email address</p>
|
||||
<p>Please enter your work or school email address</p>
|
||||
</cloud-error>
|
||||
<cloud-error purpose="cloud-error" v-else-if="cloudError"></cloud-error>
|
||||
<p class="small">By signing up you agree to our <a href="/legal/privacy">privacy policy</a> and <a href="/terms">terms of service</a>.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue