update feedback text
This commit is contained in:
parent
70a7f8f6a9
commit
be7be4ef43
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue