aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs')
-rw-r--r--Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
index 318cbe3b0..9ae6553e7 100644
--- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
+++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
@@ -19,7 +19,7 @@ namespace Tango.Portal.Chat.Web.Models
public bool AvoidDuplicates { get; set; }
public String ChartType { get; set; } = String.Empty;
public String ChartTitle { get; set; } = String.Empty;
- public String ChartInstructions { get; set; } = String.Empty;
+ public String Instructions { get; set; } = String.Empty;
}
} \ No newline at end of file