From a9a0bc9462198379416193ec20c7e32a11cbb153 Mon Sep 17 00:00:00 2001 From: saltrafael Date: Wed, 21 Jul 2021 11:26:31 -0300 Subject: [PATCH] Change warning --- ui/modal/modalRemoveComment/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/modal/modalRemoveComment/view.jsx b/ui/modal/modalRemoveComment/view.jsx index d0832af7d..f595be838 100644 --- a/ui/modal/modalRemoveComment/view.jsx +++ b/ui/modal/modalRemoveComment/view.jsx @@ -24,7 +24,7 @@ function ModalRemoveComment(props: Props) {

{__('Are you sure you want to remove this comment?')}

{Boolean(supportAmount) && ( -

{__('This comment has a support, the transaction cannot be undone.')}

+

{__('This comment has a tip associated with it which cannot be reverted.')}

)}
}