Skip to content

Commit 20efc6b

Browse files
delvhnoerwzeripath
authored
Unify migration descriptions (#16781)
* Unify migration descriptions * Clarify that pure Git migration differs from other migrations Co-authored-by: Norwin <[email protected]> * Use Pull Requests for Gitea migration Co-authored-by: Norwin <[email protected]> Co-authored-by: zeripath <[email protected]>
1 parent b88dbe1 commit 20efc6b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

options/locale/locale_en-US.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -900,12 +900,12 @@ migrate.migrate = Migrate From %s
900900
migrate.migrating = Migrating from <b>%s</b> ...
901901
migrate.migrating_failed = Migrating from <b>%s</b> failed.
902902
migrate.migrating_failed.error = Error: %s
903-
migrate.github.description = Migrating data from Github.com or Github Enterprise.
904-
migrate.git.description = Migrating or Mirroring git data from Git services
905-
migrate.gitlab.description = Migrating data from GitLab.com or Self-Hosted gitlab server.
906-
migrate.gitea.description = Migrating data from Gitea.com or Self-Hosted Gitea server.
907-
migrate.gogs.description = Migrating data from notabug.org or other Self-Hosted Gogs server.
908-
migrate.onedev.description = Migrating data from code.onedev.io or Self-Hosted OneDev server.
903+
migrate.github.description = Migrate data from github.com or other Github instances.
904+
migrate.git.description = Migrate a repository only from any Git service.
905+
migrate.gitlab.description = Migrate data from gitlab.com or other GitLab instances.
906+
migrate.gitea.description = Migrate data from gitea.com or other Gitea instances.
907+
migrate.gogs.description = Migrate data from notabug.org or other Gogs instances.
908+
migrate.onedev.description = Migrate data from code.onedev.io or other OneDev instances.
909909
migrate.migrating_git = Migrating Git Data
910910
migrate.migrating_topics = Migrating Topics
911911
migrate.migrating_milestones = Migrating Milestones

templates/repo/migrate/gitea.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<label></label>
5555
<div class="ui checkbox">
5656
<input name="pull_requests" type="checkbox" {{if .pull_requests}} checked{{end}}>
57-
<label>{{.i18n.Tr "repo.migrate_items_merge_requests" | Safe}}</label>
57+
<label>{{.i18n.Tr "repo.migrate_items_pullrequests" | Safe}}</label>
5858
</div>
5959
<div class="ui checkbox">
6060
<input name="releases" type="checkbox" {{if .releases}} checked{{end}}>

0 commit comments

Comments
 (0)