summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-09 13:42:05 +0800
committerUnknwon <u@gogs.io>2016-07-09 13:42:05 +0800
commit9fcf66f0e0a70ed57dad7b2043d12f6690af71ca (patch)
treea8c2e4f65b8ad6dcac317c6e5fdc12c735f699ad /templates/repo/settings
parent98b152030dd99a58dd0e27aac9d0eee06cc88c43 (diff)
downloadgitea-9fcf66f0e0a70ed57dad7b2043d12f6690af71ca.tar.gz
gitea-9fcf66f0e0a70ed57dad7b2043d12f6690af71ca.zip
Minor fix for #3246
Diffstat (limited to 'templates/repo/settings')
-rw-r--r--templates/repo/settings/options.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl
index a3133159ed..a2590ea11d 100644
--- a/templates/repo/settings/options.tmpl
+++ b/templates/repo/settings/options.tmpl
@@ -55,7 +55,7 @@
<label>{{.i18n.Tr "repo.mirror_prune"}}</label>
<div class="ui checkbox">
<input id="enable_prune" name="enable_prune" type="checkbox" {{if .MirrorEnablePrune}}checked{{end}}>
- <label>{{.i18n.Tr "repo.mirror_enable_prune"}}</label>
+ <label>{{.i18n.Tr "repo.mirror_prune_desc"}}</label>
</div>
</div>
<div class="inline field {{if .Err_Interval}}error{{end}}">