diff options
Diffstat (limited to 'templates/user/signup.tmpl')
-rw-r--r-- | templates/user/signup.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/signup.tmpl b/templates/user/signup.tmpl index 0295159943..d6af74c1a8 100644 --- a/templates/user/signup.tmpl +++ b/templates/user/signup.tmpl @@ -4,7 +4,7 @@ <form action="/user/sign_up" method="post" class="form-horizontal card" id="login-card"> {{.CsrfTokenHtml}} {{if .DisenableRegisteration}} - Sorry, registeration has been disenabled, you can only get account from administrator. + Sorry, registration has been disabled. Please contact the site administrator. {{else}} {{if .IsSocialLogin}} <h3>Social login: 2nd step <small>complete information</small></h3> |