diff --git a/app/views/discourse_ai/ai_bot/shared_ai_conversations/show.html.erb b/app/views/discourse_ai/ai_bot/shared_ai_conversations/show.html.erb index 7ce50635..a10a85ee 100644 --- a/app/views/discourse_ai/ai_bot/shared_ai_conversations/show.html.erb +++ b/app/views/discourse_ai/ai_bot/shared_ai_conversations/show.html.erb @@ -1,13 +1,13 @@ - <%= @shared_conversation.title %> - + <%= I18n.t("discourse_ai.share_ai.title", title: @shared_conversation.title, site_name: SiteSetting.title) %> + "> - + "> "> diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 6611a904..b10702e2 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -159,6 +159,7 @@ en: read_more: "Read full transcript" onebox_title: "AI Conversation with %{llm_name}" formatted_excerpt: "AI Conversation with %{llm_name}:\n %{excerpt}" + title: "%{title} - AI Conversation - %{site_name}" errors: not_allowed: "You are not allowed to share this topic" other_people_in_pm: "Personal messages with other humans cannot be shared publicly"