summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorBryan Johnson <bryan.johnson2@td.com>2014-04-21 18:03:04 -0400
committerBryan Johnson <bryan.johnson2@td.com>2014-04-21 18:03:04 -0400
commit34d18a19a3cd2d16c03594ea9e1c3f423cb55687 (patch)
tree5d9855c0e8afd97d1d3f141576be1045b789161a /templates/user
parentde01f814892666298d24f79f769a7c0766119c87 (diff)
downloadgitea-34d18a19a3cd2d16c03594ea9e1c3f423cb55687.tar.gz
gitea-34d18a19a3cd2d16c03594ea9e1c3f423cb55687.zip
Minor grammatical fix for Disable Registration feature
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/signup.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/signup.tmpl b/templates/user/signup.tmpl
index d6af74c1a8..578ffa9eed 100644
--- a/templates/user/signup.tmpl
+++ b/templates/user/signup.tmpl
@@ -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}}