summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2015-02-11 12:04:01 -0500
committerUnknwon <joe2010xtmf@163.com>2015-02-11 12:04:01 -0500
commitd02e45f985ce371eb33fcca86bf80ca078be1d88 (patch)
treecbcaee4f1c51df5d62da5025277abf2bfa8dbec6 /templates
parent485ea6f14f38cfa5da4fa27865f62fcc7691ffb4 (diff)
downloadgitea-d02e45f985ce371eb33fcca86bf80ca078be1d88.tar.gz
gitea-d02e45f985ce371eb33fcca86bf80ca078be1d88.zip
better naming on #891
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/admin/config.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index 8f04f6d0da..2aad3653cb 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.5.13.0210 Beta \ No newline at end of file
+0.5.13.0211 Beta \ No newline at end of file
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl
index 5cf84beb99..6c328353bc 100644
--- a/templates/admin/config.tmpl
+++ b/templates/admin/config.tmpl
@@ -105,8 +105,8 @@
<dd>{{.Webhook.TaskInterval}} {{.i18n.Tr "tool.raw_minutes"}}</dd>
<dt>{{.i18n.Tr "admin.config.deliver_timeout"}}</dt>
<dd>{{.Webhook.DeliverTimeout}} {{.i18n.Tr "tool.raw_seconds"}}</dd>
- <dt>{{.i18n.Tr "admin.config.allow_insecure_certification"}}</dt>
- <dd><i class="fa fa{{if .Webhook.AllowInsecureCertification}}-check{{end}}-square-o"></i></dd>
+ <dt>{{.i18n.Tr "admin.config.skip_tls_verify"}}</dt>
+ <dd><i class="fa fa{{if .Webhook.SkipTLSVerify}}-check{{end}}-square-o"></i></dd>
</dl>
</div>
</div>