diff --git a/app/Console/Commands/CreateTestData.php b/app/Console/Commands/CreateTestData.php index 30803cfcd804..4fabbcd4022c 100644 --- a/app/Console/Commands/CreateTestData.php +++ b/app/Console/Commands/CreateTestData.php @@ -331,7 +331,7 @@ class CreateTestData extends Command $this->info('Creating '.$this->count.' clients'); - for ($x = 0; $x < $this->count * 200; $x++) { + for ($x = 0; $x < $this->count * 100; $x++) { $z = $x + 1; $this->info('Creating client # '.$z); diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 95409d86f8a3..79dc87e19fd3 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3382,4 +3382,6 @@ return [ 'user_detached' => 'User detached from company', 'create_webhook_failure' => 'Failed to create Webhook', 'number' => 'Number', + 'payment_message_extended' => 'Thank you for your payment of :amount for :invoice', + ];