mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
Minor wordings change (#1985)
* Wording changes * Add information to avoid being put in SPAM * Remove word repeating * Add forum mention * Add forum mention to header.html * Add info to avoid person marking as SPAM
This commit is contained in:
parent
9ae206ec77
commit
00737f68de
6 changed files with 16 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
{{ otp_token_form.csrf_token }}
|
||||
<input type="hidden" name="form-name" value="create" />
|
||||
<div class="font-weight-bold mt-5">Token</div>
|
||||
<div class="small-text mb-3">Please enter the 2FA code from your 2FA authenticator</div>
|
||||
<div class="small-text mb-3">Please enter the 2FA code from your authenticator app</div>
|
||||
{{ otp_token_form.token(class="form-control", autofocus="true") }}
|
||||
{{ render_field_errors(otp_token_form.token) }}
|
||||
<div class="form-check">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<h1 class="card-title">Create new account</h1>
|
||||
<div class="form-group">
|
||||
<label class="form-label">Email address</label>
|
||||
{{ form.email(class="form-control", type="email", placeholder="YourName@protonmail.com") }}
|
||||
{{ form.email(class="form-control", type="email", placeholder="username@proton.me") }}
|
||||
<div class="small-text alert alert-info" style="margin-top: 1px">
|
||||
Emails sent to your alias will be forwarded to this email address.
|
||||
<br>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<div class="card-body p-6 text-center">
|
||||
<h1 class="h4">An email to validate your email is on its way.</h1>
|
||||
<p>Please check your inbox/spam folder.</p>
|
||||
<p>Make sure to mark the message as not spam so that future messages come to your normal inbox</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
{{ render_text("Thank you for choosing SimpleLogin.") }}
|
||||
{{ render_text("To get started, please confirm that <b>" + email + "</b> is your email address by clicking on the button below within 1 hour.") }}
|
||||
{{ render_text("If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.") }}
|
||||
{{ render_button("Verify email", activation_link) }}
|
||||
{{ render_text('Thanks,
|
||||
<br />
|
||||
|
|
|
@ -106,6 +106,10 @@
|
|||
<a class="list-group-item text-white footer-item "
|
||||
href="https://simplelogin.io/docs/">Documentation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="list-group-item text-white footer-item "
|
||||
href="https://forum.simplelogin.io">Forum</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-2 mb-4">
|
||||
|
|
|
@ -83,7 +83,14 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="dropdown-item">
|
||||
<a href="https://github.com/simple-login/app/discussions"
|
||||
<a href="https://github.com/simple-login/app/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
Github repo
|
||||
<i class="fa fa-external-link" aria-hidden="true"></i>
|
||||
</a>
|
||||
<div class="dropdown-item">
|
||||
<a href="https://forum.simplelogin.io"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
Forum
|
||||
|
|
Loading…
Reference in a new issue