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,