diff options
author | twitchyliquid64 <twitchyliquid64@ciphersink.net> | 2014-04-20 16:54:26 +1000 |
---|---|---|
committer | twitchyliquid64 <twitchyliquid64@ciphersink.net> | 2014-04-20 16:54:26 +1000 |
commit | d304a237870d391db057b14b6df4224c172c205b (patch) | |
tree | ea43269c04777cd575d487d989809dba5c3ecd6a /templates/user/signup.tmpl | |
parent | 5fdfc2e223a6b3ba381f2261e373120ac02b7ef5 (diff) | |
download | gitea-d304a237870d391db057b14b6df4224c172c205b.tar.gz gitea-d304a237870d391db057b14b6df4224c172c205b.zip |
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
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> |