change toast message

This commit is contained in:
Nolan Lawson 2018-03-14 23:17:47 -07:00
parent 622b162924
commit f81bb51936
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ function onUpdateFound (registration) {
newWorker.addEventListener('statechange', async () => {
if (newWorker.state === 'installed' && navigator.serviceWorker.controller) {
toast.say('Update available. Refresh to update.')
toast.say('App update available. Reload to update.')
}
})
}