mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
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:
parent
26846cd847
commit
a7c9555c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ exports.createMenu = (createWindow, getLoadedPluginVersions) => {
|
|||
dialog.showMessageBox({
|
||||
title: `About ${appName}`,
|
||||
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: [],
|
||||
icon
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue