File tree 3 files changed +3
-1
lines changed 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ migrate.permission_denied = You are not allowed to import local repositories.
729
729
migrate.invalid_local_path = " The local path is invalid. It does not exist or is not a directory."
730
730
migrate.failed = Migration failed: %v
731
731
migrate.lfs_mirror_unsupported = Mirroring LFS objects is not supported - use ' git lfs fetch --all' and ' git lfs push --all' instead.
732
- migrate.migrate_items_options = Authentication is needed to migrate items from a service that supports them.
732
+ migrate.migrate_items_options = Access Token is required to migrate additional items
733
733
migrated_from = Migrated from <a href =" %[1]s" >%[2]s</a>
734
734
migrated_from_fake = Migrated From %[1]s
735
735
migrate.migrate = Migrate From %s
Original file line number Diff line number Diff line change 22
22
<div class="inline field {{if .Err_Auth}}error{{end}}">
23
23
<label for="auth_token">{{.i18n.Tr "access_token"}}</label>
24
24
<input id="auth_token" name="auth_token" value="{{.auth_token}}" {{if not .auth_token}}data-need-clear="true"{{end}}>
25
+ <a target=”_blank” href="https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token">{{svg "octicon-question" 16}}</a>
25
26
</div>
26
27
27
28
<div class="inline field">
Original file line number Diff line number Diff line change 22
22
<div class="inline field {{if .Err_Auth}}error{{end}}">
23
23
<label for="auth_token">{{.i18n.Tr "access_token"}}</label>
24
24
<input id="auth_token" name="auth_token" value="{{.auth_token}}" {{if not .auth_token}}data-need-clear="true"{{end}}>
25
+ <a target=”_blank” href="https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html">{{svg "octicon-question" 16}}</a>
25
26
</div>
26
27
27
28
<div class="inline field">
You can’t perform that action at this time.
0 commit comments