diff --git a/upgrade.sh b/upgrade.sh
index 822f1586f2c7c9eedbe4654f4237c82c50f16bcf..de9cba308642a2e12038d0d05f23414b444a59ae 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -51,7 +51,7 @@ yesno_prompt() {
 do_upgrade() {
     echo '[Check Ansible installation]'
     if [ ! -f "$ansible_bin_path/ansible" ]; then
-      echo "To make the installation more future proof, we changed how ansible gets installed and now install it in its own venv."
+      echo "To future-proof the installation, Ansible should be installed in its own virtual environment. It's recommended that you migrate to this new installation method now."
       yesno_prompt proceed 'Do you want to migrate to the new ansible installation method?' 'yes'
       if [ "$proceed" = "false" ]; then
           ansible_bin_path="$HOME/.local/bin"