Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673538e commit 45ec31bCopy full SHA for 45ec31b
1 file changed
taskt/Core/AutomationCommands.cs
@@ -7794,7 +7794,7 @@ public override void RunCommand(object sender)
7794
}
7795
public override string GetDisplayValue()
7796
{
7797
- return base.GetDisplayValue() + " [Get Key Data from Key '" + v_KeyName + "' in tasktServer BotStore]";
+ return base.GetDisplayValue() + " [Get Data from Key '" + v_KeyName + "' in tasktServer BotStore]";
7798
7799
7800
0 commit comments