Skip to content

Commit dae5221

Browse files
committed
Better warning text
1 parent 24a2787 commit dae5221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FetchXmlBuilder/Controls/conditionControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ protected override ControlValidationResult ValidateControl(Control control)
120120
{
121121
return new ControlValidationResult(ControlValidationLevel.Info, "Attribute", ControlValidationMessage.NotShowingNow);
122122
}
123-
return new ControlValidationResult(ControlValidationLevel.Warning, "Attribute", ControlValidationMessage.InValid);
123+
return new ControlValidationResult(ControlValidationLevel.Warning, "Attribute", ControlValidationMessage.NotInMetadata);
124124
}
125125
}
126126
else if (control == cmbOperator || control == cmbValue)

0 commit comments

Comments
 (0)