add warning to claim delete modal

This commit is contained in:
Thomas Zarebczan 2019-12-28 14:39:08 -05:00
parent b16a43101f
commit c5c02f0ad9

View file

@ -59,6 +59,7 @@ class ModalRevokeClaim extends React.PureComponent<Props> {
'This will prevent others from resolving and accessing the content you published. It will return the LBC to your spendable balance, less a small transaction fee.'
)}
</p>
<p className="help error-text"> {__('FINAL WARNING: This action is permanent and cannot be undone.')}</p>
</React.Fragment>
);
}