mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Adding missing T-string
This commit is contained in:
parent
c9f3330b1c
commit
9481a66fbf
@ -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"
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user