Add this note

This commit is contained in:
2026-01-30 22:01:27 -07:00
parent b10f766a6e
commit 8b54bce8fa

View File

@@ -109,7 +109,7 @@ export default function BerryDashSplash () {
<p className='mt-2 -mb-2 text-center text-sm'>
{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!'}
</p>
)
)}