From 4b2bf41381a64e17821074346f0e6e1b37a8e809 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 18 May 2017 00:31:02 +0200 Subject: locale: added missing word and fixed a typo (#4490) --- conf/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/locale') diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 07fd1132..175a0bf2 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -792,7 +792,7 @@ settings.githook_edit_desc = If the hook is inactive, sample content will be pre settings.githook_name = Hook Name settings.githook_content = Hook Content settings.update_githook = Update Hook -settings.add_webhook_desc = Gogs will send a POST request to the URL you specify, along with regarding the event that occured. You can also specify what kind of data format you'd like to get upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our Webhooks Guide. +settings.add_webhook_desc = Gogs will send a POST request to the URL you specify, along with details regarding the event that occurred. You can also specify what kind of data format you'd like to get upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our Webhooks Guide. settings.payload_url = Payload URL settings.content_type = Content Type settings.secret = Secret -- cgit v1.2.3