[pve-devel] [PATCH installer 1/6] low-level: align wording of finish message

Christoph Heiss c.heiss at proxmox.com
Wed Dec 6 12:34:50 CET 2023


The other case uses "Installation finished [..]", thus use the same
wording here too.

Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
 proxmox-low-level-installer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxmox-low-level-installer b/proxmox-low-level-installer
index 9b4b773..d127a40 100755
--- a/proxmox-low-level-installer
+++ b/proxmox-low-level-installer
@@ -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?");
     }
 }
 
-- 
2.42.0





More information about the pve-devel mailing list