|
@ -58,7 +58,7 @@ class UpdateNotifier extends PureComponent<Props> { |
|
|
<Box ml="auto"> |
|
|
<Box ml="auto"> |
|
|
<Text |
|
|
<Text |
|
|
style={{ cursor: 'pointer', textDecoration: 'underline' }} |
|
|
style={{ cursor: 'pointer', textDecoration: 'underline' }} |
|
|
onClick={() => sendEvent('msg', 'updater:quitAndInstall')} |
|
|
onClick={() => sendEvent('msg', 'updater.quitAndInstall')} |
|
|
> |
|
|
> |
|
|
{t('update:relaunch')} |
|
|
{t('update:relaunch')} |
|
|
</Text> |
|
|
</Text> |
|
|