diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-05-26 12:15:15 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-05-26 12:15:15 -0400 |
commit | bcfa78b8b559c638c40fa9d0c4ff08c6d8307e88 (patch) | |
tree | 950076b10fde8bb94dbee53bc6ad4181893431fb | |
parent | e0a6e6dd1a6cc534ee37fe149e2d11ac827b65d9 (diff) | |
parent | 6227b59b1afca9fd531f0ce0f4732010dbb1e9d2 (diff) | |
download | gitea-bcfa78b8b559c638c40fa9d0c4ff08c6d8307e88.tar.gz gitea-bcfa78b8b559c638c40fa9d0c4ff08c6d8307e88.zip |
Merge pull request #210 from brunoqc/typo
Typo
-rw-r--r-- | templates/admin/auths/edit.tmpl | 2 | ||||
-rw-r--r-- | templates/admin/auths/new.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/auths/edit.tmpl b/templates/admin/auths/edit.tmpl index 5747c1ab51..deea447c89 100644 --- a/templates/admin/auths/edit.tmpl +++ b/templates/admin/auths/edit.tmpl @@ -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> diff --git a/templates/admin/auths/new.tmpl b/templates/admin/auths/new.tmpl index 6045f1c532..abb88043ee 100644 --- a/templates/admin/auths/new.tmpl +++ b/templates/admin/auths/new.tmpl @@ -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> |