diff options
author | Christopher Brickley <brickley@gmail.com> | 2014-08-24 08:59:47 -0400 |
---|---|---|
committer | Christopher Brickley <brickley@gmail.com> | 2014-08-31 12:01:59 -0400 |
commit | 2bce24068dc3c64ee5e501c48b7f080c48383970 (patch) | |
tree | 1ec707518cb37307cd05fa5cf6ef6bbf670caf9b /conf | |
parent | 5e6091a30ae4befd68041aaff3f70d7334ce1b1c (diff) | |
download | gitea-2bce24068dc3c64ee5e501c48b7f080c48383970.tar.gz gitea-2bce24068dc3c64ee5e501c48b7f080c48383970.zip |
add Slack API webhook support
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index a99eb92e7e..946d560461 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -234,6 +234,11 @@ settings.update_webhook = Update Webhook settings.update_hook_success = Webhook has been updated. settings.delete_webhook = Delete Webhook settings.recent_deliveries = Recent Deliveries +settings.hook_type = Hook Type +settings.add_slack_hook_desc = Add <a href="http://slack.com">Slack</a> integration to your repository. +settings.slack_token = Token +settings.slack_domain = Domain +settings.slack_channel = Channel [org] org_name_holder = Organization Name |