aboutsummaryrefslogtreecommitdiff
path: root/src/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.js')
-rw-r--r--src/utils.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.js b/src/utils.js
index acda691..95e54e0 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -73,8 +73,8 @@ northstar_auto_updates: {
if (await _isGameRunning()) {
console.log('Not installing update since game is running.');
new Notification({
- title: "Northstar update available",
- body: 'An update for Northstar is available.\nYou can force its installation after closing the game.'
+ title: lang("gui.nsupdate.gaming.title"),
+ body: lang("gui.nsupdate.gaming.body")
}).show();
} else {
console.log('Launching update process.');