From 8524d65dc19d87aeccccfc7db991cae01b6594b2 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 10 Dec 2022 00:47:11 -0600 Subject: [PATCH] Reword PWA update notif --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index ce97d73..74893b2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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,