mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-26 09:32:40 +00:00
UX: update icon and text for copying message (#815)
This commit is contained in:
parent
2063b3854f
commit
62ba2fa4d7
@ -177,7 +177,7 @@ function initializeShareButton(api) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
action: shareAiResponse,
|
action: shareAiResponse,
|
||||||
icon: "share-alt",
|
icon: "far-copy",
|
||||||
className: "post-action-menu__share",
|
className: "post-action-menu__share",
|
||||||
title: "discourse_ai.ai_bot.share",
|
title: "discourse_ai.ai_bot.share",
|
||||||
position: "first",
|
position: "first",
|
||||||
|
@ -375,7 +375,7 @@ en:
|
|||||||
cancel_streaming: "Stop reply"
|
cancel_streaming: "Stop reply"
|
||||||
default_pm_prefix: "[Untitled AI bot PM]"
|
default_pm_prefix: "[Untitled AI bot PM]"
|
||||||
shortcut_title: "Start a PM with an AI bot"
|
shortcut_title: "Start a PM with an AI bot"
|
||||||
share: "Share AI conversation"
|
share: "Copy AI conversation"
|
||||||
conversation_shared: "Conversation copied"
|
conversation_shared: "Conversation copied"
|
||||||
debug_ai: "View raw AI request and response"
|
debug_ai: "View raw AI request and response"
|
||||||
debug_ai_modal:
|
debug_ai_modal:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user