From 9481a66fbf1ceef908e7161b4e2ced7a76800787 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 16 Apr 2024 15:37:53 +0200 Subject: [PATCH] Adding missing T-string --- .../Orchard.Projections/FilterEditors/Forms/StringFilterForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Projections/FilterEditors/Forms/StringFilterForm.cs b/src/Orchard.Web/Modules/Orchard.Projections/FilterEditors/Forms/StringFilterForm.cs index 8f1f94917..4b88d245c 100644 --- a/src/Orchard.Web/Modules/Orchard.Projections/FilterEditors/Forms/StringFilterForm.cs +++ b/src/Orchard.Web/Modules/Orchard.Projections/FilterEditors/Forms/StringFilterForm.cs @@ -37,7 +37,7 @@ namespace Orchard.Projections.FilterEditors.Forms { _IgnoreIfEmptyValue: Shape.Checkbox( Id: "IgnoreFilterIfValueIsEmpty", Name: "IgnoreFilterIfValueIsEmpty", - Title: "Ignore filter if value is empty", + Title: T("Ignore filter if value is empty"), Description: T("When enabled, the filter will not be applied if the provided value is or evaluates to empty."), Value: "true" ));