diff --git a/routes/_utils/serviceWorkerClient.js b/routes/_utils/serviceWorkerClient.js index 39d77ac..27fc972 100644 --- a/routes/_utils/serviceWorkerClient.js +++ b/routes/_utils/serviceWorkerClient.js @@ -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.') } }) }