From d4aee251a13348670be8d7312dbe67b5533d07b9 Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 1 Aug 2024 16:14:04 -0400 Subject: [PATCH] feedback touchup --- src/components/ChapterFeedback.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" && (