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.
) : (