Skip to content

Commit

Permalink
Update home.php
Browse files Browse the repository at this point in the history
  • Loading branch information
velocity23 committed Oct 17, 2021
1 parent 978e47d commit b81ebef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/tailwind/views/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</p>
<?php if (Page::$pageData->user->data()->vanet_id && !empty(Page::$pageData->user->data()->email)) : ?>
<p>
<span class="font-bold">You VANet account is linked.</span>
<span class="font-bold">Your VANet account is linked.</span>
You can now choose to delete all sensitive data from this Crew Center.
This will mean that you must use VANet to log in instead of your email
and password.
Expand All @@ -91,12 +91,12 @@
</form>
<?php elseif (Page::$pageData->user->data()->vanet_id && empty(Page::$pageData->user->data()->email)) : ?>
<p>
<span class="font-bold">You VANet account is linked and no sensitive data is stored in our database.</span>
<span class="font-bold">Your VANet account is linked and no sensitive data is stored in our database.</span>
You must use VANet to log in instead of your email and password.
</p>
<?php else : ?>
<p>
<span class="font-bold">You VANet account is not linked.</span>
<span class="font-bold">Your VANet account is not linked.</span>
You can now choose to link your VANet account to Flare in order to log in simply
and more securely.
</p>
Expand Down

0 comments on commit b81ebef

Please sign in to comment.