diff options
author | SagePtr <sageptr@gmail.com> | 2018-08-15 13:55:17 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-08-15 14:55:17 +0300 |
commit | 8f86c43b90c006efb044558d0d6109964a39fc59 (patch) | |
tree | 35a98a89a515aecca2b3d923870886ad28e6a8ed /options/locale | |
parent | bc06ab4a31c54c5d164d53ec16d5c1089be9c3fe (diff) | |
download | gitea-8f86c43b90c006efb044558d0d6109964a39fc59.tar.gz gitea-8f86c43b90c006efb044558d0d6109964a39fc59.zip |
Fix incorrect caption of webhook setting (#4701) (#4717)
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 7779f1e96b..6338bff042 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1089,8 +1089,8 @@ settings.event_push = Push settings.event_push_desc = Git push to a repository. settings.event_repository = Repository settings.event_repository_desc = Repository created or deleted. -settings.active = Include Event Details -settings.active_helper = Add information about the triggering event to requests. +settings.active = Active +settings.active_helper = Information about triggered events will be sent to this webhook URL. settings.add_hook_success = The webhook has been added. settings.update_webhook = Update Webhook settings.update_hook_success = The webhook has been updated. |