aboutsummaryrefslogtreecommitdiffstats
path: root/options
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 /options
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 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 36e2ae677b..9b69d54593 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -932,7 +932,7 @@ form.name_pattern_not_allowed = The pattern '%s' is not allowed in a repository
need_auth = Authorization
migrate_options = Migration Options
migrate_service = Migration Service
-migrate_options_mirror_helper = This repository will be a <span class="text blue">mirror</span>
+migrate_options_mirror_helper = This repository will be a mirror
migrate_options_lfs = Migrate LFS files
migrate_options_lfs_endpoint.label = LFS Endpoint
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.