diff --git a/src/Artemis.VisualScripting/Nodes/Text/StrıngNullOrEmpty.cs b/src/Artemis.VisualScripting/Nodes/Text/StrıngNullOrEmpty.cs index df1f5ee65..705946cdb 100644 --- a/src/Artemis.VisualScripting/Nodes/Text/StrıngNullOrEmpty.cs +++ b/src/Artemis.VisualScripting/Nodes/Text/StrıngNullOrEmpty.cs @@ -10,8 +10,8 @@ public class StringNullOrWhiteSpaceNode : Node : base("Null or White Space", "Returns true if null or white space") { Input1 = CreateInputPin(); - NullOrWhiteSpaceResult = CreateOutputPin("White Space"); - HasContentResult = CreateOutputPin("Has Content"); + NullOrWhiteSpaceResult = CreateOutputPin("true"); + HasContentResult = CreateOutputPin("false"); } public InputPin Input1 { get; }