mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Fix notification message (#111)
This commit is contained in:
parent
31d560e524
commit
f6f6cb08f4
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ function updatePlugins ({ force = false } = {}) {
|
|||
if (changed) {
|
||||
notify(
|
||||
'Plugins Updated',
|
||||
'Restart the app or hot-reload with "Plugins" > "Reload Now" to enjoy the updates!'
|
||||
'Restart the app or hot-reload with "View" > "Reload" to enjoy the updates!'
|
||||
);
|
||||
} else {
|
||||
notify(
|
||||
|
|
|
|||
Loading…
Reference in a new issue