diff --git a/backend/extensions/Squidex.Extensions/Actions/Webhook/WebhookAction.cs b/backend/extensions/Squidex.Extensions/Actions/Webhook/WebhookAction.cs
index 2ddf43463..33bac48cb 100644
--- a/backend/extensions/Squidex.Extensions/Actions/Webhook/WebhookAction.cs
+++ b/backend/extensions/Squidex.Extensions/Actions/Webhook/WebhookAction.cs
@@ -29,7 +29,7 @@ namespace Squidex.Extensions.Actions.Webhook
public Uri Url { get; set; }
[LocalizedRequired]
- [Display(Name = "Url", Description = "The type of the request.")]
+ [Display(Name = "Method", Description = "The type of the request.")]
public WebhookMethod Method { get; set; }
[Display(Name = "Payload (Optional)", Description = "Leave it empty to use the full event as body.")]
diff --git a/frontend/app/features/rules/pages/rules/actions/generic-action.component.html b/frontend/app/features/rules/pages/rules/actions/generic-action.component.html
index 5000d2f75..1dc785163 100644
--- a/frontend/app/features/rules/pages/rules/actions/generic-action.component.html
+++ b/frontend/app/features/rules/pages/rules/actions/generic-action.component.html
@@ -21,8 +21,8 @@