summaryrefslogtreecommitdiffstats
path: root/options
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 /options
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 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index c6d8d1f612..cc678e1a73 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1625,6 +1625,7 @@ settings.transfer_form_title = Enter the repository name as confirmation:
settings.transfer_in_progress = There is currently an ongoing transfer. Please cancel it if you will like to transfer this repository to another user.
settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user.
settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own.
+settings.transfer_notices_3 = - If the repository is private and is transferred to an individual user, this action makes sure that the user does have at least read permission (and changes permissions if necessary).
settings.transfer_owner = New Owner
settings.transfer_perform = Perform Transfer
settings.transfer_started = This repository has been marked for transfer and awaits confirmation from "%s"