Remove comma

This commit is contained in:
Marcus Moore 2024-01-23 15:22:00 -08:00
parent 2d5631284b
commit d65c0c8bea
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
<?php
return array(
'error' => 'You must select at least ONE option.',
'error' => 'You must select at least ONE option.'
);