From 2758a56486f611be9e83f6a5f1e9d38768de8dc0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 13 Oct 2020 20:51:19 +0200 Subject: [PATCH] Small UI fix. --- .../Squidex.Extensions/Actions/Webhook/WebhookAction.cs | 2 +- .../rules/pages/rules/actions/generic-action.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@