[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:
parent
84ef9bba44
commit
53460829f7
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue