update feedback text

This commit is contained in:
adueck 2022-11-06 10:54:33 +05:00
parent 70a7f8f6a9
commit be7be4ef43
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
<div className="d-flex flex-row justify-content-between align-items-center">
<div className="small">
{(user && !anonymous)
? `Feedback will be sent as "${user.name}"`
: `Feedback will be anonymous`}
? `Private feedback will be sent as "${user.name}"`
: `Private feedback will be anonymous`}
</div>
<div className="d-flex flex-row align-items-center">
{feedbackStatus === "sending" && <div className="mr-3">