diff --git a/options/locale/locale_en-US.json b/options/locale/locale_en-US.json
index 2ba38e0892..722ff0fe00 100644
--- a/options/locale/locale_en-US.json
+++ b/options/locale/locale_en-US.json
@@ -1123,7 +1123,8 @@
"repo.migrate.ssh_helper_desc": "Upload your SSH mirror keys to the remote SSH server for authentication.",
"repo.migrate.ssh_helper_link": "View your SSH keys (if migrating to an organization, you may need to upload the organization's SSH keys).",
"repo.migrate.ssh_key_owner_label": "Authenticate with",
- "repo.migrate.ssh_key_owner_repo_default": "Repository owner's managed SSH key (default)",
+ "repo.migrate.ssh_key_owner_org_default": "This organization's managed SSH key (default)",
+ "repo.migrate.ssh_key_owner_personal": "Your personal managed SSH key (%s)",
"repo.migrate.permission_denied": "You are not allowed to import local repositories.",
"repo.migrate.permission_denied_blocked": "You cannot import from disallowed hosts. Please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.",
"repo.migrate.invalid_local_path": "The local path is invalid. It doesn't exist or is not a directory.",
diff --git a/templates/repo/migrate/git.tmpl b/templates/repo/migrate/git.tmpl
index e6c29de16b..2bfc425b4a 100644
--- a/templates/repo/migrate/git.tmpl
+++ b/templates/repo/migrate/git.tmpl
@@ -30,12 +30,17 @@
-