From 7ffe08c2bf76edd66f7d3099fb212831a0567f31 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Mon, 10 Jan 2022 00:45:32 +0100 Subject: [feat] translating 'install' option --- src/app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/main.js b/src/app/main.js index 86722b4..3879ac5 100644 --- a/src/app/main.js +++ b/src/app/main.js @@ -163,7 +163,7 @@ ipcRenderer.on("version", (event, versions) => { } // Since Northstar is not installed, we cannot launch it - northstar.innerText = 'Install'; + northstar.innerText = lang('gui.installnorthstar'); shouldInstallNorthstar = true; } }); ipcRenderer.send("getversion"); -- cgit v1.2.3