diff options
author | yp05327 <576951401@qq.com> | 2023-02-01 17:14:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 16:14:40 +0800 |
commit | 72a83dcc82add7537d2f661aa929dd073ced65f3 (patch) | |
tree | ab36dca9e17663c1796242054b4e5da7971168f0 /options | |
parent | 19d5b2f922c2defde579a935fbedb680eb8fff18 (diff) | |
download | gitea-72a83dcc82add7537d2f661aa929dd073ced65f3.tar.gz gitea-72a83dcc82add7537d2f661aa929dd073ced65f3.zip |
Explain that the no-access team unit does not affect public repositories (#22661)
Fixes https://github.com/go-gitea/gitea/issues/22600
Add explanations to team unit access control.
---------
Co-authored-by: Jason Song <i@wolfogre.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index de80a710e9..24809c5549 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2432,7 +2432,7 @@ teams.leave.detail = Leave %s? teams.can_create_org_repo = Create repositories teams.can_create_org_repo_helper = Members can create new repositories in organization. Creator will get administrator access to the new repository. teams.none_access = No Access -teams.none_access_helper = Members cannot view or do any other action on this unit. +teams.none_access_helper = Members cannot view or do any other action on this unit. It has no effect for public repositories. teams.general_access = General Access teams.general_access_helper = Members permissions will be decided by below permission table. teams.read_access = Read |