From c5c02f0ad9933ed0b7966cb5ed382c7bb22192ab Mon Sep 17 00:00:00 2001
From: Thomas Zarebczan
Date: Sat, 28 Dec 2019 14:39:08 -0500
Subject: [PATCH] add warning to claim delete modal
---
ui/modal/modalRevokeClaim/view.jsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/modal/modalRevokeClaim/view.jsx b/ui/modal/modalRevokeClaim/view.jsx
index 8ff9a7b82..7d0ba1698 100644
--- a/ui/modal/modalRevokeClaim/view.jsx
+++ b/ui/modal/modalRevokeClaim/view.jsx
@@ -59,6 +59,7 @@ class ModalRevokeClaim extends React.PureComponent {
'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.'
)}
+ {__('FINAL WARNING: This action is permanent and cannot be undone.')}
);
}