Change warning
This commit is contained in:
parent
87ae041472
commit
a9a0bc9462
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function ModalRemoveComment(props: Props) {
|
|||
<React.Fragment>
|
||||
<p>{__('Are you sure you want to remove this comment?')}</p>
|
||||
{Boolean(supportAmount) && (
|
||||
<p className="help error__text"> {__('This comment has a support, the transaction cannot be undone.')}</p>
|
||||
<p className="help error__text"> {__('This comment has a tip associated with it which cannot be reverted.')}</p>
|
||||
)}
|
||||
</React.Fragment>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue