Reword PWA update notif

This commit is contained in:
thepaperpilot 2022-12-10 00:47:11 -06:00
parent 6085dfdfe2
commit 8524d65dc1

View file

@ -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,