forked from kevadesu/forgejo
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:
parent
4ce07a00e5
commit
e24c238ecc
2 changed files with 2 additions and 2 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue