add warning to claim delete modal
This commit is contained in:
parent
b16a43101f
commit
c5c02f0ad9
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue