Corrected dates
This commit is contained in:
parent
ac54e79dea
commit
904f94a1bb
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ exports.createMenu = (createWindow, getLoadedPluginVersions) => {
|
|||
dialog.showMessageBox({
|
||||
title: `About ${appName}`,
|
||||
message: `${appName} ${appVersion} (${updateChannel})`,
|
||||
detail: `Plugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2017 ZEIT, Inc.`,
|
||||
detail: `Plugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2018 ZEIT, Inc.`,
|
||||
buttons: [],
|
||||
icon
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue