Skip to content

Commit

Permalink
fix: copy (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2 authored Oct 8, 2024
1 parent fe73d4b commit 077ac4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popup/send-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export function SendForm({
<div className="mt-3 w-full">
{!result.error ? (
<div>
Page "{result.data?.result?.title}" was sent to inbox "
{result.data?.inbox.title}" successfully.
Page <strong>"{result.data?.result?.title}"</strong> has been sent to inbox{" "}
<strong>"{result.data?.inbox.title}"</strong> successfully.
</div>
) : (
<Alert variant="destructive">
Expand Down

0 comments on commit 077ac4c

Please sign in to comment.