diff options
Diffstat (limited to 'templates/repo/migrate/options.tmpl')
-rw-r--r-- | templates/repo/migrate/options.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/migrate/options.tmpl b/templates/repo/migrate/options.tmpl index bca773a53f..8aefaf68f1 100644 --- a/templates/repo/migrate/options.tmpl +++ b/templates/repo/migrate/options.tmpl @@ -1,7 +1,7 @@ <div class="inline field"> <label>{{.i18n.Tr "repo.migrate_options"}}</label> <div class="ui checkbox"> - {{if .DisableMirrors}} + {{if .DisableNewPullMirrors}} <input id="mirror" name="mirror" type="checkbox" readonly> <label>{{.i18n.Tr "repo.migrate_options_mirror_disabled"}}</label> {{else}} |