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!'}
) )}