1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-13 22:07:11 +00:00

Fix spelling on the registration page

This commit is contained in:
handlerug
2021-06-06 21:21:21 +07:00
parent 677dbb5d93
commit 3f6500bae2
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
{% if cfg.UseRegistration %}
<form class="modal" method="post" action="/register?{%s rq.URL.RawQuery %}" id="register-form" enctype="multipart/form-data" autocomplete="off">
<fieldset class="modal__fieldset">
<legend class="modal__title">Register to {%s cfg.WikiName %}</legend>
<legend class="modal__title">Register on {%s cfg.WikiName %}</legend>
<label for="register-form__username">Username</label>
<br>