forked from profectus/Profectus
Reword PWA update notif
This commit is contained in:
parent
6085dfdfe2
commit
8524d65dc1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ requestAnimationFrame(async () => {
|
|||
const toast = useToast();
|
||||
const { updateServiceWorker } = useRegisterSW({
|
||||
onNeedRefresh() {
|
||||
toast.info("New content available, click or reload to update.", {
|
||||
toast.info("New content available, click here to update.", {
|
||||
timeout: false,
|
||||
closeOnClick: false,
|
||||
draggable: false,
|
||||
|
|
Loading…
Reference in a new issue