[GITEA] Fix cancelled migration deletion modal

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

(cherry picked from commit c38dbd6f88)
This commit is contained in:
Gusted 2023-11-23 20:24:52 +01:00 committed by Earl Warren
parent fef1a6dac5
commit 7c07592d01
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

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">