-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Move organization's visibility change to danger zone. #34814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
lunny
commented
Jun 21, 2025
…nto lunny/refactor_org_setting
settings.change_visibility = Change Visibility | ||
settings.invalid_visibility = The new visibility is not valid. | ||
settings.change_visibility_notices_1 = This operation <strong>CANNOT</strong> be undone. | ||
settings.change_visibility_notices_2 = Some users will no longer be able to access the organization’s repositories. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who are the "some"?
settings.invalid_visibility = The new visibility is not valid. | ||
settings.change_visibility_notices_1 = This operation <strong>CANNOT</strong> be undone. | ||
settings.change_visibility_notices_2 = Some users will no longer be able to access the organization’s repositories. | ||
settings.change_visibility_no_change = There has been no change in visibility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
settings.change_visibility_no_change = There has been no change in visibility. | ||
settings.change_visibility_failed = Failed to change the visibility of %s due to an internal error. | ||
settings.change_visibility_success = The visibility of organization %s has been successfully changed. | ||
settings.visibility_desc = Change the organization visibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Change the organization's visibility"
or
"Change the visibility of the organization"
??