diff --git a/src/apps/link/ViewChatLink.tsx b/src/apps/link/ViewChatLink.tsx index 8545ed613..fbe3d64cb 100644 --- a/src/apps/link/ViewChatLink.tsx +++ b/src/apps/link/ViewChatLink.tsx @@ -164,7 +164,9 @@ export function ViewChatLink(props: { conversation: DConversation, storedAt: Dat boxShadow: 'md', }} > - Clone on {Brand.Title.Base} + {hasExistingChat + ? `Import as New on ${Brand.Title.Base}` + : `Import on ${Brand.Title.Base}`} {hasExistingChat && ( @@ -175,7 +177,7 @@ export function ViewChatLink(props: { conversation: DConversation, storedAt: Dat endDecorator={} onClick={() => handleClone(true)} > - Replace Existing + Import Over )}