diff --git a/frontend/src/registerServiceWorker.js b/frontend/src/registerServiceWorker.js index fe7e746..34ff17d 100644 --- a/frontend/src/registerServiceWorker.js +++ b/frontend/src/registerServiceWorker.js @@ -21,7 +21,7 @@ if (process.env.NODE_ENV === 'production') { }, updated (registration) { console.log('New content is available; please refresh.') - let confirmationResult = confirm("New content found! Do you want to reload the app?") + let confirmationResult = confirm("New version found! Do you want to reload the app?") if (confirmationResult) registration.waiting.postMessage({action: "skipWaiting"}) }, offline () {