mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -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) {
|
if (changed) {
|
||||||
notify(
|
notify(
|
||||||
'Plugins Updated',
|
'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 {
|
} else {
|
||||||
notify(
|
notify(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue