From 8e0ff2d2a94dd7d8244bb576f7935bd2db389508 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:05:58 -0500 Subject: [PATCH] Update comment in _final_warning (#4086) Device paths are no longer mentioned as of adbadbf6. --- archinstall/lib/disk/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/disk/filesystem.py b/archinstall/lib/disk/filesystem.py index 1ac4d35f..41efccd3 100644 --- a/archinstall/lib/disk/filesystem.py +++ b/archinstall/lib/disk/filesystem.py @@ -328,7 +328,7 @@ class FilesystemHandler: def _final_warning(self) -> bool: # Issue a final warning before we continue with something un-revertable. - # We mention the drive one last time, and count from 5 to 0. + # We count down from 5 to 0. out = tr('Starting device modifications in ') Tui.print(out, row=0, endl='', clear_screen=True)