diff options
author | Unknwon <u@gogs.io> | 2016-02-20 15:10:34 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-20 15:10:34 -0500 |
commit | 7140dbac95a96849a7f82166439fd72a7b56f9bf (patch) | |
tree | a3ca327c473d9e3ed7664c2597f513acf0e56ab3 /conf | |
parent | acf094fb0734a1c046a2d68583f95647444a799c (diff) | |
download | gitea-7140dbac95a96849a7f82166439fd72a7b56f9bf.tar.gz gitea-7140dbac95a96849a7f82166439fd72a7b56f9bf.zip |
Fix #857
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index fbe70ddb22..38fbfa1a19 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -612,6 +612,7 @@ settings.add_collaborator = Add New Collaborator settings.add_collaborator_success = New collaborator has been added. 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>. |