From 403be355eead46aa6df3c640b2ee951a7bb8cc3c Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Tue, 20 Jan 2026 11:10:02 +0100 Subject: [PATCH] Beispiel Title --- Shared/DataContracts/AiPromptbausteinFolderDC.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared/DataContracts/AiPromptbausteinFolderDC.cs b/Shared/DataContracts/AiPromptbausteinFolderDC.cs index 4b0b9eaad..5253a1537 100644 --- a/Shared/DataContracts/AiPromptbausteinFolderDC.cs +++ b/Shared/DataContracts/AiPromptbausteinFolderDC.cs @@ -78,7 +78,7 @@ namespace BS.Shared.DataContracts Title = AiPromptbausteineTexts.SharedBibNodeTitle, Version = 1, IsExpanded = true, - IsNewFeature =true + IsNewFeature = true }; } @@ -109,7 +109,7 @@ namespace BS.Shared.DataContracts ParentFolderOid = null, SubFolders = new List(), SubPrompts = new List(), - Title = AiPromptbausteineTexts.OwnsoftBibNodeDescription, + Title = AiPromptbausteineTexts.OwnsoftBibNodeTitle, Version = 1, IsExpanded = true, IsNewFeature = false