Skip to content

Commit 6d06ae4

Browse files
committed
Add hints about migrate options on migration page
1 parent d27bffc commit 6d06ae4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

options/locale/locale_en-US.ini

+1
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ migrate.permission_denied = You are not allowed to import local repositories.
614614
migrate.invalid_local_path = "The local path is invalid. It does not exist or is not a directory."
615615
migrate.failed = Migration failed: %v
616616
migrate.lfs_mirror_unsupported = Mirroring LFS objects is not supported - use 'git lfs fetch --all' and 'git lfs push --all' instead.
617+
migrate.migrate_items_options = When you are migrating from github and inputed username, the migration options will be display.
617618
618619
mirror_from = mirror of
619620
forked_from = forked from

templates/repo/migrate.tmpl

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<input id="clone_addr" name="clone_addr" value="{{.clone_addr}}" autofocus required>
1515
<span class="help">
1616
{{.i18n.Tr "repo.migrate.clone_address_desc"}}{{if .ContextUser.CanImportLocal}} {{.i18n.Tr "repo.migrate.clone_local_path"}}{{end}}
17+
<br/>{{.i18n.Tr "repo.migrate.migrate_items_options"}}
1718
{{if .LFSActive}}<br/>{{.i18n.Tr "repo.migrate.lfs_mirror_unsupported"}}{{end}}
1819
</span>
1920
</div>

0 commit comments

Comments
 (0)