Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 62ba2fa

Browse files
authored
UX: update icon and text for copying message (#815)
1 parent 2063b38 commit 62ba2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/javascripts/initializers/ai-bot-replies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function initializeShareButton(api) {
177177

178178
return {
179179
action: shareAiResponse,
180-
icon: "share-alt",
180+
icon: "far-copy",
181181
className: "post-action-menu__share",
182182
title: "discourse_ai.ai_bot.share",
183183
position: "first",

config/locales/client.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ en:
375375
cancel_streaming: "Stop reply"
376376
default_pm_prefix: "[Untitled AI bot PM]"
377377
shortcut_title: "Start a PM with an AI bot"
378-
share: "Share AI conversation"
378+
share: "Copy AI conversation"
379379
conversation_shared: "Conversation copied"
380380
debug_ai: "View raw AI request and response"
381381
debug_ai_modal:

0 commit comments

Comments
 (0)