Remove blue text on migrate page (#20273)

* Remove blue text on migrate page

* remove Safe

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
silverwind 2022-07-12 11:04:15 +02:00 committed by GitHub
parent 4ce07a00e5
commit e24c238ecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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}}