diff --git a/src/components/ChapterFeedback.tsx b/src/components/ChapterFeedback.tsx index ec459a0..5ef08f3 100644 --- a/src/components/ChapterFeedback.tsx +++ b/src/components/ChapterFeedback.tsx @@ -131,8 +131,8 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
{user && !anonymous - ? `Private feedback will be sent as "${user.name}"` - : `Private feedback will be anonymous`} + ? `Your feedback is private but will be sent to the author will be sent as "${user.name}"` + : `Your feedback is private and anonymous`}
{feedbackStatus === "sending" && (