This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
site-base/spark/resources/lang/en/validation.php
2017-11-03 16:26:07 +11:00

6 lines
180 B
PHP

<?php
return [
'eligibility' => 'You are not eligible for this plan based on your current number of '.str_plural(Spark::teamString()).' / '.Spark::teamString().' members.'
];