diff options
author | Unknwon <u@gogs.io> | 2018-03-30 04:40:13 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-03-30 04:40:13 -0400 |
commit | 34bd04f92580690af019dcc4349fe6f3c8dba006 (patch) | |
tree | 0ed703f3998ddfd82dd21f5f294e92b83f5a19e9 /templates/admin | |
parent | 17d789a7856c1c62f354b2f6488952b62a7bad1b (diff) |
MISC: fix typo and grammar
Reference: https://github.com/gogits/gogs/commit/932490d7f137a2adf896e4e9326f4e8f2b9a2b54#commitcomment-28344918
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/config.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index 38d5e550..e7f7c3a0 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -62,7 +62,7 @@ <dt>{{.i18n.Tr "admin.config.ssh_root_path"}}</dt> <dd>{{.SSH.RootPath}}</dd> <dt>{{.i18n.Tr "admin.config.ssh_rewrite_authorized_keys_at_start"}}</dt> - <dd><i class="fa fa{{if .SSH.RewriteAuthorizedKeysAtStrat}}-check{{end}}-square-o"></i></dd> + <dd><i class="fa fa{{if .SSH.RewriteAuthorizedKeysAtStart}}-check{{end}}-square-o"></i></dd> <dt>{{.i18n.Tr "admin.config.ssh_key_test_path"}}</dt> <dd>{{.SSH.KeyTestPath}}</dd> <dt>{{.i18n.Tr "admin.config.ssh_keygen_path"}}</dt> |