Browse Source

Fix incorrect caption of webhook setting (#4701) (#4717)

for-closed-social
SagePtr 6 years ago
committed by Lauris BH
parent
commit
8f86c43b90
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      options/locale/locale_en-US.ini

+ 2
- 2
options/locale/locale_en-US.ini View File

@ -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.

Loading…
Cancel
Save