From 077ac4c8de7ff16e2568d6f8555a91fbb85a72a9 Mon Sep 17 00:00:00 2001 From: "Kaffi Y." Date: Tue, 8 Oct 2024 17:09:25 +0800 Subject: [PATCH] fix: copy (#6) --- src/popup/send-form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popup/send-form.tsx b/src/popup/send-form.tsx index 8e30585..856929c 100644 --- a/src/popup/send-form.tsx +++ b/src/popup/send-form.tsx @@ -110,8 +110,8 @@ export function SendForm({
{!result.error ? (
- Page "{result.data?.result?.title}" was sent to inbox " - {result.data?.inbox.title}" successfully. + Page "{result.data?.result?.title}" has been sent to inbox{" "} + "{result.data?.inbox.title}" successfully.
) : (