diff options
Diffstat (limited to 'src/app/main.js')
-rw-r--r-- | src/app/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.js b/src/app/main.js index 9206ae6..9218ec7 100644 --- a/src/app/main.js +++ b/src/app/main.js @@ -92,7 +92,7 @@ ipcRenderer.on("setbuttons", (event, state) => {setButtons(state)}) // Frontend part of updating Northstar ipcRenderer.on("ns-update-event", (event, key) => { document.getElementById("update").innerText = `(${lang(key)})`; - console.log(key); + console.log(lang(key)); switch(key) { case "cli.update.uptodate.short": setButtons(true); |