diff --git a/safe_cli/operators/safe_tx_service_operator.py b/safe_cli/operators/safe_tx_service_operator.py index 7ff9d90..a1a592b 100644 --- a/safe_cli/operators/safe_tx_service_operator.py +++ b/safe_cli/operators/safe_tx_service_operator.py @@ -454,8 +454,8 @@ def remove_proposed_transaction(self, safe_tx_hash: bytes): print_formatted_text( HTML( "The transaction has all the required signatures to be executed!!!\n" - "This means that the transaction can be executed even after removal \n" - f"Ensure to use the nonce {safe_tx.safe_nonce} to avoid it" + "This means that the transaction can be executed by a 3rd party monitoring your Safe even after removal!\n" + f"Make sure you execute a transaction with nonce {safe_tx.safe_nonce} to void the current transaction" "" ) )