diff options
author | silverwind <me@silverwind.io> | 2022-07-12 11:04:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 17:04:15 +0800 |
commit | e24c238ecc400dca713d41b3178c69475a66cb27 (patch) | |
tree | 3da5475debcf339b07480f6e5bf5ae32aaea654f /templates | |
parent | 4ce07a00e564e6443e858c824d51a0c0ce5ffbd9 (diff) | |
download | gitea-e24c238ecc400dca713d41b3178c69475a66cb27.tar.gz gitea-e24c238ecc400dca713d41b3178c69475a66cb27.zip |
Remove blue text on migrate page (#20273)
* Remove blue text on migrate page
* remove Safe
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
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}} |