mirror of
https://github.com/go-gitea/gitea
synced 2025-08-05 17:18:21 +00:00
Minor grammatical fix for Disable Registration feature
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="container" id="body">
|
||||
<form action="/user/sign_up" method="post" class="form-horizontal card" id="login-card">
|
||||
{{.CsrfTokenHtml}}
|
||||
{{if .DisenableRegisteration}}
|
||||
{{if .DisableRegistration}}
|
||||
Sorry, registration has been disabled. Please contact the site administrator.
|
||||
{{else}}
|
||||
{{if .IsSocialLogin}}
|
||||
|
Reference in New Issue
Block a user