diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 2a8c789385..a67f891604 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1245,6 +1245,7 @@ migrate_items_pullrequests = Pull requests
migrate_items_merge_requests = Merge requests
migrate_items_releases = Releases
migrate_repo = Migrate repository
+migrate.repo_desc_helper = Leave empty to import existing description
migrate.clone_address = Migrate / Clone from URL
migrate.clone_address_desc = The HTTP(S) or Git "clone" URL of an existing repository
migrate.github_token_desc = You can put one or more tokens with comma separated here to make migrating faster because of GitHub API rate limit. WARN: Abusing this feature may violate the service provider's policy and lead to account blocking.
diff --git a/templates/repo/migrate/codebase.tmpl b/templates/repo/migrate/codebase.tmpl
index cf46c8daf3..0b71c0d9b3 100644
--- a/templates/repo/migrate/codebase.tmpl
+++ b/templates/repo/migrate/codebase.tmpl
@@ -109,7 +109,7 @@