Some new translations and what-not.

This commit is contained in:
James Cole
2015-07-10 20:17:17 +02:00
parent 308da6dc6e
commit e0a9b19802
4 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ class TestDataSeeder extends Seeder
while ($current < $end) {
$month = $current->format('F Y');
// create salaries:
$this->createIncome('Salary ' . $month, $current, rand(1800, 2000));
$this->createIncome('Salary ' . $month, $current, rand(2000, 2200));
// pay bills:
$this->createRent('Rent for ' . $month, $current, 800);