From 62ba2fa4d7a0a51008a070f3079f485c61bc8694 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 1 Oct 2024 18:38:57 -0400 Subject: [PATCH] UX: update icon and text for copying message (#815) --- 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 93becc4e..517ffff6 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 56365616..d5b555fc 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: