]> git.proxmox.com Git - pve-installer.git/commitdiff
low-level: align wording of finish message
authorChristoph Heiss <c.heiss@proxmox.com>
Wed, 6 Dec 2023 11:34:50 +0000 (12:34 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Feb 2024 13:22:52 +0000 (14:22 +0100)
The other case uses "Installation finished [..]", thus use the same
wording here too.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
proxmox-low-level-installer

index 9b4b773b6626982fbfc6907636c84fef4060731e..d127a40fa3533e58d465a8705ca6d4e3fc2fbfd3 100755 (executable)
@@ -78,7 +78,7 @@ sub send_reboot_ui_message {
            $secs -= 1;
        }
     } else {
-       Proxmox::UI::finished(1, "Installation complete - reboot now?");
+       Proxmox::UI::finished(1, "Installation finished - reboot now?");
     }
 }