diff --git a/lib/modules/partition/disks.nix b/lib/modules/partition/disks.nix
index 066e5af0..25249dbf 100644
--- a/lib/modules/partition/disks.nix
+++ b/lib/modules/partition/disks.nix
@@ -348,7 +348,7 @@
               (builtins.map (_: _.deviceScript) disks) ++ lib.optionals ((builtins.length disks) > 0) [
                 ". ${./../../../scripts/Common/Scripts/is-truthy.sh}"
                 ''echo "$(tput setaf 3)==== WARNING ====$(tput sgr0)"''
-                (''echo "Continuing this script will wipe the contents of '' + (
+                (''echo "Continuing this script will alter the partitions of '' + (
                   lib.strings.concatStringsSep ", " (builtins.map (_: "${_.deviceVariable}") (lib.lists.init disks))
                 ) + (if (builtins.length disks) > 1 then " and " else "") + (lib.lists.last disks).deviceVariable + ''"'')
                 ''read -p "Are you sure you want to continue? [y/n] " answer''