Update copyright year in Help->About Hyper (#3415)

* Update copyright year

I don't know if this is necessary or not as it's not for the license(from https://github.com/zeit/hyper/pull/2566).
Still mentioning it since I noticed it.

* Remove a typo
This commit is contained in:
Jaimin Pandya 2019-04-16 15:47:59 -04:00 committed by Benjamin Staneck
parent 26846cd847
commit a7c9555c3e

View file

@ -51,7 +51,7 @@ exports.createMenu = (createWindow, getLoadedPluginVersions) => {
dialog.showMessageBox({ dialog.showMessageBox({
title: `About ${appName}`, title: `About ${appName}`,
message: `${appName} ${appVersion} (${updateChannel})`, message: `${appName} ${appVersion} (${updateChannel})`,
detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2018 ZEIT, Inc.`, detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2019 ZEIT, Inc.`,
buttons: [], buttons: [],
icon icon
}); });