From 8b54bce8fae1b9c4118b05b0de453e0809a02c88 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 30 Jan 2026 22:01:27 -0700 Subject: [PATCH] Add this note --- src/app/game/berry-dash/splash/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/game/berry-dash/splash/page.tsx b/src/app/game/berry-dash/splash/page.tsx index 0799e04..97027db 100644 --- a/src/app/game/berry-dash/splash/page.tsx +++ b/src/app/game/berry-dash/splash/page.tsx @@ -109,7 +109,7 @@ export default function BerryDashSplash () {

{result == 1 ? 'Unable to verify captcha, please reload page.' - : 'Successfully submitted splash text! It will be reviewed soon.'} + : 'Successfully submitted splash text! It will be reviewed soon. Refresh to add more splash texts, there is no limit after all!'}

) )}