diff options
author | Unknwon <u@gogs.io> | 2016-07-09 13:42:05 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-09 13:42:05 +0800 |
commit | 9fcf66f0e0a70ed57dad7b2043d12f6690af71ca (patch) | |
tree | a8c2e4f65b8ad6dcac317c6e5fdc12c735f699ad /templates | |
parent | 98b152030dd99a58dd0e27aac9d0eee06cc88c43 (diff) | |
download | gitea-9fcf66f0e0a70ed57dad7b2043d12f6690af71ca.tar.gz gitea-9fcf66f0e0a70ed57dad7b2043d12f6690af71ca.zip |
Minor fix for #3246
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/repo/settings/options.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index d8f833ffde..52f9aa2d41 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.38.0708
\ No newline at end of file +0.9.40.0709
\ No newline at end of file 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}}"> |