diff --git a/salt/manager/tools/sbin_jinja/so-elastic-fleet-reset b/salt/manager/tools/sbin_jinja/so-elastic-fleet-reset index 564156af9..f1112c723 100644 --- a/salt/manager/tools/sbin_jinja/so-elastic-fleet-reset +++ b/salt/manager/tools/sbin_jinja/so-elastic-fleet-reset @@ -18,7 +18,7 @@ echo "This includes data previously ingested with Fleet such as Zeek and Suricat echo "Deployed Elastic Agents will no longer be enrolled and will need to be reinstalled." echo "This script should only be used as a last resort to reinstall Elastic Fleet." echo -echo "If you would like to proceed, type AGREE and hit ENTER." +echo "If you would like to proceed, then type AGREE and press ENTER." echo # Read user input read INPUT @@ -93,4 +93,4 @@ so-elastic-fleet-setup status "Re-installing Elastic Agent on all Grid Nodes..." salt \* state.apply elasticfleet.install_agent_grid queue=True -status "Elastic Fleet Reset complete...." \ No newline at end of file +status "Elastic Fleet Reset complete...."