more
This commit is contained in:
@@ -24,7 +24,7 @@ const ConfirmModal = ({
|
||||
<Modal show="true" onHide={onCancel} size="lg">
|
||||
<Modal.Header closeButton>
|
||||
{isReport ? (
|
||||
<Modal.Title>Report issue</Modal.Title>
|
||||
<Modal.Title>Report an issue</Modal.Title>
|
||||
) : (
|
||||
<Modal.Title>Confirmation</Modal.Title>
|
||||
)}
|
||||
@@ -39,7 +39,7 @@ const ConfirmModal = ({
|
||||
value={issueText}
|
||||
message={"data.captionTwo.message"}
|
||||
onChange={(e) => setIssueText(e.target.value)}
|
||||
label={issueText ? "" : "Issue description"}
|
||||
label={issueText ? "" : "Description of issue"}
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user