aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-07-12 11:04:15 +0200
committerGitHub <noreply@github.com>2022-07-12 17:04:15 +0800
commite24c238ecc400dca713d41b3178c69475a66cb27 (patch)
tree3da5475debcf339b07480f6e5bf5ae32aaea654f /templates
parent4ce07a00e564e6443e858c824d51a0c0ce5ffbd9 (diff)
downloadgitea-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.tmpl2
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}}