aboutsummaryrefslogtreecommitdiff
path: root/src/app/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/main.js')
-rw-r--r--src/app/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.js b/src/app/main.js
index f7deb41..bbf1e57 100644
--- a/src/app/main.js
+++ b/src/app/main.js
@@ -176,7 +176,7 @@ ipcRenderer.on("ns-update-event", (event, key) => {
document.getElementById("update").innerText = `(${lang(key)})`;
console.log(lang(key));
switch(key) {
- case "cli.update.uptodate.short":
+ case "cli.update.uptodate_short":
case "cli.update.no_internet":
setButtons(true);
playNsBtn.innerText = lang("gui.launch");