Reword the settings page.

This commit is contained in:
George 2020-05-27 18:48:05 +01:00
parent 299e51cc08
commit fd58557f19
No known key found for this signature in database
GPG Key ID: F74C2ACA24BAF301
1 changed files with 4 additions and 5 deletions

View File

@ -125,7 +125,7 @@
Change password Change password
</div> </div>
<div class="mb-3"> <div class="mb-3">
You will receive an email containing instructions on how to change password. You will receive an email containing instructions on how to change your password.
</div> </div>
<form method="post"> <form method="post">
<input type="hidden" name="form-name" value="change-password"> <input type="hidden" name="form-name" value="change-password">
@ -137,7 +137,7 @@
<div class="card"> <div class="card">
<div class="card-body"> <div class="card-body">
<div class="card-title">Random Alias</div> <div class="card-title">Random Alias</div>
<div class="mb-3">Choose how to create your email alias by default</div> <div class="mb-3">Change the way random aliases are generated by default.</div>
<form method="post" class="form-inline"> <form method="post" class="form-inline">
<input type="hidden" name="form-name" value="change-alias-generator"> <input type="hidden" name="form-name" value="change-alias-generator">
<select class="form-control mr-sm-2" name="alias-generator-scheme"> <select class="form-control mr-sm-2" name="alias-generator-scheme">
@ -157,15 +157,14 @@
<div class="card-body"> <div class="card-body">
<div class="card-title">Newsletters</div> <div class="card-title">Newsletters</div>
<div class="mb-3"> <div class="mb-3">
Every now and then we can send you an email We will occasionally send you emails with new feature announcements.
to let you know about a new feature that might be useful to you.
</div> </div>
<form method="post"> <form method="post">
<input type="hidden" name="form-name" value="notification-preference"> <input type="hidden" name="form-name" value="notification-preference">
<div class="form-check"> <div class="form-check">
<input type="checkbox" id="notification" name="notification" {% if current_user.notification %} <input type="checkbox" id="notification" name="notification" {% if current_user.notification %}
checked {% endif %} class="form-check-input"> checked {% endif %} class="form-check-input">
<label for="notification">I want to be informed of new features</label> <label for="notification">I want to be emailed when new features are released.</label>
</div> </div>
<button type="submit" class="btn btn-outline-primary">Submit</button> <button type="submit" class="btn btn-outline-primary">Submit</button>
</form> </form>