Skip to content

Commit 230f5af

Browse files
committed
improve "test webhook" ui
1 parent 561c8c4 commit 230f5af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,8 +2334,8 @@ settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server
23342334
settings.webhook_deletion = Remove Webhook
23352335
settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue?
23362336
settings.webhook_deletion_success = The webhook has been removed.
2337-
settings.webhook.test_delivery = Test Delivery
2338-
settings.webhook.test_delivery_desc = Test this webhook with a fake event.
2337+
settings.webhook.test_delivery = Test Push Event
2338+
settings.webhook.test_delivery_desc = Test this webhook with a fake push event.
23392339
settings.webhook.test_delivery_desc_disabled = To test this webhook with a fake event, activate it.
23402340
settings.webhook.request = Request
23412341
settings.webhook.response = Response

templates/repo/settings/webhook/history.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{{else}}
2727
<span class="text red">{{svg "octicon-alert"}}</span>
2828
{{end}}
29-
<a class="ui primary sha label toggle button show-panel" data-panel="#info-{{.ID}}">{{.UUID}}</a>
29+
<button class="btn interact-bg tw-p-2 toggle show-panel" data-panel="#info-{{.ID}}">{{.UUID}}</button>
3030
</div>
3131
<span class="text grey">
3232
{{DateUtils.TimeSince .Delivered}}

0 commit comments

Comments
 (0)