forked from NYANDEV/forgejo
Registeration -> Registration
This commit is contained in:
parent
e0a6e6dd1a
commit
6227b59b1a
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@
|
|||
<div class="checkbox">
|
||||
<label>
|
||||
<input name="allowautoregister" type="checkbox" {{if .Source.AllowAutoRegister}}checked{{end}}>
|
||||
<strong>Enable Auto Registeration</strong>
|
||||
<strong>Enable Auto Registration</strong>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
<div class="checkbox">
|
||||
<label>
|
||||
<input name="allowautoregister" type="checkbox" {{if .allowautoregister}}checked{{end}}>
|
||||
<strong>Enable Auto Registeration</strong>
|
||||
<strong>Enable Auto Registration</strong>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue