1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +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
No known key found for this signature in database
GPG Key ID: 38009F0605051491
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>

View File

@ -44,7 +44,7 @@ func StreamRegisterHTML(qw422016 *qt422016.Writer, rq *http.Request) {
//line views/auth.qtpl:10
qw422016.N().S(`" id="register-form" enctype="multipart/form-data" autocomplete="off">
<fieldset class="modal__fieldset">
<legend class="modal__title">Register to `)
<legend class="modal__title">Register on `)
//line views/auth.qtpl:12
qw422016.E().S(cfg.WikiName)
//line views/auth.qtpl:12