diff options
Diffstat (limited to 'templates')
-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 62e92dc135..5fdf6c7ab4 100644 --- a/templates/repo/migrate/options.tmpl +++ b/templates/repo/migrate/options.tmpl @@ -3,7 +3,7 @@ <label>{{.locale.Tr "repo.migrate_options"}}</label> <div class="ui checkbox"> <input id="mirror" name="mirror" type="checkbox" {{if .mirror}} checked{{end}}> - <label>{{.locale.Tr "repo.migrate_options_mirror_helper" | Safe}}</label> + <label>{{.locale.Tr "repo.migrate_options_mirror_helper"}}</label> </div> </div> {{end}} |