From e62dd04295cfc794d5f898b0272c6dc378367348 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 30 Aug 2021 17:18:42 +0000 Subject: [PATCH] Fixes #10956 - GetLocalCropUrl Obsolete message is misleading --- .../Extensions/FriendlyImageCropperTemplateExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.Common/Extensions/FriendlyImageCropperTemplateExtensions.cs b/src/Umbraco.Web.Common/Extensions/FriendlyImageCropperTemplateExtensions.cs index 38f6f47235..eb34ab5867 100644 --- a/src/Umbraco.Web.Common/Extensions/FriendlyImageCropperTemplateExtensions.cs +++ b/src/Umbraco.Web.Common/Extensions/FriendlyImageCropperTemplateExtensions.cs @@ -215,7 +215,7 @@ namespace Umbraco.Extensions ); - [Obsolete("Use GetCrop to merge local and media crops, get automatic cache buster value and have more parameters.")] + [Obsolete("Use GetCropUrl to merge local and media crops, get automatic cache buster value and have more parameters.")] public static string GetLocalCropUrl( this MediaWithCrops mediaWithCrops, string alias,