From 87858260996ddb086b4e42ade9e25f79418bb3a2 Mon Sep 17 00:00:00 2001 From: someordinaryidiot# <0x0000202E@proton.me> Date: Mon, 24 Jul 2023 20:56:45 +0200 Subject: Fixed formatting issue in the up-to-date console message. --- src/modules/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/update.js b/src/modules/update.js index 02d38c6..f16c928 100644 --- a/src/modules/update.js +++ b/src/modules/update.js @@ -172,7 +172,7 @@ update.northstar = async () => { // Makes sure it is not already the latest version if (! await northstar_update_available()) { ipcMain.emit("ns-update-event", "cli.update.uptodate.short"); - console.ok(lang("cli.update.uptodate"), ns_version); + console.ok(lang("cli.update.uptodate").replace("%s", ns_version)); win.log(lang("gui.update.uptodate")); cli.exit(); -- cgit v1.2.3