All new translations for #218

This commit is contained in:
James Cole
2016-03-20 11:38:01 +01:00
parent 935d72d672
commit 7e67eb17e0
15 changed files with 70 additions and 52 deletions

View File

@@ -38,7 +38,7 @@ class HomeController extends Controller
$diff = $start->diffInDays($end);
if ($diff > 50) {
Session::flash('warning', $diff . ' days of data may take a while to load.');
Session::flash('warning', strval(trans('firefly.warning_much_data', ['days' => $diff])));
}
Session::put('start', $start);