osb/spark/resources/lang/en/validation.php

6 lines
180 B
PHP
Raw Normal View History

2017-11-03 05:26:07 +00:00
<?php
return [
'eligibility' => 'You are not eligible for this plan based on your current number of '.str_plural(Spark::teamString()).' / '.Spark::teamString().' members.'
];