diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-01-10 00:45:32 +0100 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-01-10 00:45:32 +0100 |
commit | 7ffe08c2bf76edd66f7d3099fb212831a0567f31 (patch) | |
tree | 2adbd66d79bca985283109fc733ffedb2b27d9f2 /src/app | |
parent | 06a57cce8195e7091e4fa22e2068afefb8dff19c (diff) | |
download | Viper-7ffe08c2bf76edd66f7d3099fb212831a0567f31.tar.gz Viper-7ffe08c2bf76edd66f7d3099fb212831a0567f31.zip |
[feat] translating 'install' option
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 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"); |