From b816b090fdfda3ad7ef976b683c5c09c592a3a65 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 18 Feb 2025 12:38:05 +0100 Subject: [PATCH] Spelling --- .../Settings/DataModel/DataAgentDataSourceSelection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Settings/DataModel/DataAgentDataSourceSelection.cs b/app/MindWork AI Studio/Settings/DataModel/DataAgentDataSourceSelection.cs index a0ae5fb7..55473dcc 100644 --- a/app/MindWork AI Studio/Settings/DataModel/DataAgentDataSourceSelection.cs +++ b/app/MindWork AI Studio/Settings/DataModel/DataAgentDataSourceSelection.cs @@ -3,12 +3,12 @@ namespace AIStudio.Settings.DataModel; public sealed class DataAgentDataSourceSelection { /// - /// Preselect any text content cleaner options? + /// Preselect any data source selection options? /// public bool PreselectAgentOptions { get; set; } /// - /// Preselect a text content cleaner provider? + /// Preselect a data source selection provider? /// public string PreselectedAgentProvider { get; set; } = string.Empty; } \ No newline at end of file