diff options
author | Unknwon <u@gogs.io> | 2017-02-24 13:56:02 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-24 13:56:02 -0500 |
commit | 10b93efc4a3061d01b75b44b91a617698971e38b (patch) | |
tree | de3d093876a0de391de72f081a7b15afa6fd27cc /conf/locale | |
parent | 0696d430c9baa409297dc06ffa0ab84c0ea44a29 (diff) |
repo: able to add organization member as repository collaborator
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 913a9007..d68c7d67 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -722,7 +722,6 @@ settings.collaborator_deletion_desc = This user will no longer have collaboratio settings.remove_collaborator_success = Collaborator has been removed. settings.search_user_placeholder = Search user... settings.org_not_allowed_to_be_collaborator = Organization is not allowed to be added as a collaborator. -settings.user_is_org_member = User is organization member who cannot be added as a collaborator. settings.add_webhook = Add Webhook settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gogs, we will handle the notification to the target host you specify. Learn more in this <a target="_blank" href="%s">Webhooks Guide</a>. settings.webhook_deletion = Delete Webhook |