diff options
author | 0neGal <mail@0negal.com> | 2023-09-16 03:16:37 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-16 03:16:37 +0200 |
commit | 53c19052738a4a9cc43feca31e8231c844b4d2b5 (patch) | |
tree | 1ca9f7ad99e839bf4b87b542cd4db053b65daa22 /src/app | |
parent | 1c405a64400b16414559dc48250b946722f0108a (diff) | |
download | Viper-53c19052738a4a9cc43feca31e8231c844b4d2b5.tar.gz Viper-53c19052738a4a9cc43feca31e8231c844b4d2b5.zip |
more minor fixes to the change in lang files
Diffstat (limited to 'src/app')
-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 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"); |