From fe6dd267136f09bab721d3f02d43b991ac2bad3d Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Tue, 11 Jan 2022 16:40:35 +0100 Subject: [refactor] adding translations for notification texts --- src/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils.js') 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.'); -- cgit v1.2.3