Skip to content

Commit d9d48d9

Browse files
silverwindlunny
authored and
Sysoev, Vladimir
committed
Remove blue text on migrate page (go-gitea#20273)
* Remove blue text on migrate page * remove Safe Co-authored-by: Lunny Xiao <[email protected]>
1 parent e0059ce commit d9d48d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

options/locale/locale_en-US.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ form.name_pattern_not_allowed = The pattern '%s' is not allowed in a repository
932932
need_auth = Authorization
933933
migrate_options = Migration Options
934934
migrate_service = Migration Service
935-
migrate_options_mirror_helper = This repository will be a <span class="text blue">mirror</span>
935+
migrate_options_mirror_helper = This repository will be a mirror
936936
migrate_options_lfs = Migrate LFS files
937937
migrate_options_lfs_endpoint.label = LFS Endpoint
938938
migrate_options_lfs_endpoint.description = Migration will attempt to use your Git remote to <a target="_blank" rel="noopener noreferrer" href="%s">determine the LFS server</a>. You can also specify a custom endpoint if the repository LFS data is stored somewhere else.

templates/repo/migrate/options.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<label>{{.locale.Tr "repo.migrate_options"}}</label>
44
<div class="ui checkbox">
55
<input id="mirror" name="mirror" type="checkbox" {{if .mirror}} checked{{end}}>
6-
<label>{{.locale.Tr "repo.migrate_options_mirror_helper" | Safe}}</label>
6+
<label>{{.locale.Tr "repo.migrate_options_mirror_helper"}}</label>
77
</div>
88
</div>
99
{{end}}

0 commit comments

Comments
 (0)