[GITEA] Fix cancelled migration deletion modal

- Backport of #1805
- https://codeberg.org/forgejo/forgejo/pulls/1473 made that dangerous
actions such as deletion also would need to type in the owner's name.
This was apparently not reflected to the deletion modal for migrations
that failed or were cancelled.
- Resolves #2404

(cherry picked from commit c38dbd6f889aeb52745eddb276225acd0153cba6)
This commit is contained in:
Gusted 2023-11-23 20:24:52 +01:00
parent 84ef9bba44
commit 53460829f7
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -69,7 +69,7 @@
<div class="field">
<label>
{{ctx.Locale.Tr "repo.settings.transfer_form_title"}}
<span class="text red">{{.Repository.Name}}</span>
<span class="text red">{{.Repository.FullName}}</span>
</label>
</div>
<div class="required field">