Allow to add organization members as collaborators on organization owned repositories (#4748)

repository... Fixes #4507
This commit is contained in:
Lanre Adelowo 2018-11-30 09:49:55 +01:00 committed by Lauris BH
parent a7ee4a6e95
commit 0787056e07
2 changed files with 0 additions and 14 deletions

View file

@ -1053,7 +1053,6 @@ settings.collaborator_deletion_desc = Removing a collaborator will revoke their
settings.remove_collaborator_success = The collaborator has been removed.
settings.search_user_placeholder = Search user…
settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
settings.user_is_org_member = The user is an organization member who cannot be added as a collaborator.
settings.add_webhook = Add Webhook
settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character.
settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.