feat(ui/migrations): add placeholder to clarify empty description behavior (#7373)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7373
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Mat <m.falkowski@dotmat.de>
Co-committed-by: Mat <m.falkowski@dotmat.de>
This commit is contained in:
Mat 2025-03-29 10:21:07 +00:00 committed by 0ko
parent bf8bdf12df
commit 8df8381f51
8 changed files with 14 additions and 13 deletions

View file

@ -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.