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 toast = useToast();
|
||||||
const { updateServiceWorker } = useRegisterSW({
|
const { updateServiceWorker } = useRegisterSW({
|
||||||
onNeedRefresh() {
|
onNeedRefresh() {
|
||||||
toast.info("New content available, click or reload to update.", {
|
toast.info("New content available, click here to update.", {
|
||||||
timeout: false,
|
timeout: false,
|
||||||
closeOnClick: false,
|
closeOnClick: false,
|
||||||
draggable: false,
|
draggable: false,
|
||||||
|
|
Loading…
Reference in a new issue