From 63231060a17b9305ef8707667ce8ee016529832f Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Tue, 1 Oct 2024 18:30:25 -0400 Subject: [PATCH] UX: update icon and text for copying message --- assets/javascripts/initializers/ai-bot-replies.js | 2 +- config/locales/client.en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/initializers/ai-bot-replies.js b/assets/javascripts/initializers/ai-bot-replies.js index 93becc4e8..517ffff67 100644 --- a/assets/javascripts/initializers/ai-bot-replies.js +++ b/assets/javascripts/initializers/ai-bot-replies.js @@ -177,7 +177,7 @@ function initializeShareButton(api) { return { action: shareAiResponse, - icon: "share-alt", + icon: "far-copy", className: "post-action-menu__share", title: "discourse_ai.ai_bot.share", position: "first", diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 563656166..d5b555fc5 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -375,7 +375,7 @@ en: cancel_streaming: "Stop reply" default_pm_prefix: "[Untitled AI bot PM]" shortcut_title: "Start a PM with an AI bot" - share: "Share AI conversation" + share: "Copy AI conversation" conversation_shared: "Conversation copied" debug_ai: "View raw AI request and response" debug_ai_modal: