diff --git a/src/Infrastructure/BotSharp.Core/Translation/TranslationResponseHook.cs b/src/Infrastructure/BotSharp.Core/Translation/TranslationResponseHook.cs index fbb998ad..fef6ee17 100644 --- a/src/Infrastructure/BotSharp.Core/Translation/TranslationResponseHook.cs +++ b/src/Infrastructure/BotSharp.Core/Translation/TranslationResponseHook.cs @@ -39,6 +39,7 @@ namespace BotSharp.Logger.Hooks message.MessageId, message.RichContent, language: language); + message.SecondaryContent = message.SecondaryRichContent.Message.Text; } else {