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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2139,10 +2139,10 @@ 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
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.
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.
0 commit comments