You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2138,11 +2138,11 @@ settings = Settings
2138
2138
settings.desc = Settings is where you can manage the settings for the repository
2139
2139
settings.options = Repository
2140
2140
settings.public_access = Public Access
2141
-
settings.public_access_desc = Configure public access permissions for each units.
2142
-
settings.public_access.docs.not_set = Not set means there is no extra public access rules for this repo, it follows its own visibility and member permissions.
2143
-
settings.public_access.docs.anonymous_read = Anonymous read means non-signed-in users can access the unit.
2144
-
settings.public_access.docs.everyone_read = Everyone read means all signed-in users can access the unit. Read permission also means being able to create new issues or PRs.
2145
-
settings.public_access.docs.everyone_write = Everyone write means all signed-in users have write permission to the unit, this is only for Wiki unit.
2141
+
settings.public_access_desc = Configure public visitor's access permissions to override the defaults of this repository.
2142
+
settings.public_access.docs.not_set = Not Set: no extra public access permission. The visitor's permission follows the repository's visibility and member permissions.
2143
+
settings.public_access.docs.anonymous_read = Anonymous Read: users who are not logged in can access the unit with read permission.
2144
+
settings.public_access.docs.everyone_read = Everyone Read: all logged-in users can access the unit with read permission. Read permission of issues/pull-requests units also means visitor can create new issues/pull-requests.
2145
+
settings.public_access.docs.everyone_write = Everyone Write: all logged-in users have write permission to the unit. Only Wiki unit supports this permission.
0 commit comments