Some translations, playing around with popups. [skip ci]

This commit is contained in:
James Cole
2015-05-21 23:05:31 +02:00
parent ff0379182e
commit 23c91b9990
11 changed files with 44 additions and 41 deletions

View File

@@ -60,7 +60,7 @@ class BudgetController extends Controller
Session::put('budgets.create.url', URL::previous());
}
Session::forget('budgets.create.fromStore');
$subTitle = 'Create a new budget';
$subTitle = trans('firefly.create_new_budget');
return view('budgets.create', compact('subTitle'));
}