aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorNils Dralle <nils.91@googlemail.com>2021-06-14 20:30:35 +0200
committerGitHub <noreply@github.com>2021-06-14 14:30:35 -0400
commitf374789fe22b6fdb83e727c7c0b0a344ccb98c36 (patch)
tree1c79652104e4f8a108c49cd806e21e30e7a26d29 /templates
parent440039c0cce18622b12da5677bf6585caed6070a (diff)
downloadgitea-f374789fe22b6fdb83e727c7c0b0a344ccb98c36.tar.gz
gitea-f374789fe22b6fdb83e727c7c0b0a344ccb98c36.zip
Fix private repo permission problem (#16142)
* Change user access permission * Add string 'transfer_notices_3' * Add 3rd transfer note to transfer dialog * Add test Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/settings/options.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl
index 163a1a66d2..eb76a3b720 100644
--- a/templates/repo/settings/options.tmpl
+++ b/templates/repo/settings/options.tmpl
@@ -733,7 +733,8 @@
<div class="content">
<div class="ui warning message text left">
{{.i18n.Tr "repo.settings.transfer_notices_1"}} <br>
- {{.i18n.Tr "repo.settings.transfer_notices_2"}}
+ {{.i18n.Tr "repo.settings.transfer_notices_2"}} <br>
+ {{.i18n.Tr "repo.settings.transfer_notices_3"}}
</div>
<form class="ui form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}