Fix: wired phrasing

This commit is contained in:
Aroy-Art 2023-10-21 10:48:03 +02:00
parent d426d164ff
commit 943070df77
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -47,7 +47,7 @@
{% if msg %} {% if msg %}
{{ msg | safe }} {{ msg | safe }}
{% else %} {% else %}
Add your credentials Input your credentials
{% endif %} {% endif %}
</p> </p>
</div> </div>
@ -68,7 +68,7 @@
</div> </div>
<p class="mt-4 text-sm text-center"> <p class="mt-4 text-sm text-center">
Don't have an account? Don't have an account?
<a href="{% url 'register' %}" class="text-primary text-gradient font-weight-bold">Sign UP</a> <a href="{% url 'register' %}" class="text-primary text-gradient font-weight-bold">Sign up</a>
</p> </p>
</form> </form>