Add interpolation for fallback dialog messages
This commit is contained in:
parent
800c7ed31d
commit
afddc852cc
8 changed files with 61 additions and 47 deletions
2
main.js
2
main.js
|
@ -421,7 +421,7 @@ async function readyForUpdates() {
|
|||
|
||||
// Second, start checking for app updates
|
||||
try {
|
||||
await updater.start(getMainWindow, locale.messages, logger);
|
||||
await updater.start(getMainWindow, locale, logger);
|
||||
} catch (error) {
|
||||
logger.error(
|
||||
'Error starting update checks:',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue