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