From a4d89c9e2cabf0e856a14a51e2f4fe4acba596ec Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 22 Jan 2024 14:42:47 -0800 Subject: [PATCH] Links: Import as New/Over #356 --- src/apps/link/ViewChatLink.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 )}