diff --git a/system/athena/athenad.py b/system/athena/athenad.py index 430bfafe5f..f90cb26658 100755 --- a/system/athena/athenad.py +++ b/system/athena/athenad.py @@ -573,7 +573,7 @@ def describeSim(): @dispatcher.add_method def bootstrapSim(acknowledged: bool): - assert acknowledged, 'you must acknowledge the risks of this operation' + assert acknowledged, 'you must acknowledge the operation to proceed' HARDWARE.get_sim_lpa().bootstrap()