Fix for #611 [skip ci]

This commit is contained in:
James Cole
2017-03-05 12:19:12 +01:00
parent 5c0e22cd31
commit 57fb75bef4

View File

@@ -290,7 +290,7 @@ class PiggyBankController extends Controller
$repository->createEvent($piggyBank, $amount);
Session::flash(
'success', strval(trans('firefly.added_amount_to_piggy', ['amount' => Amount::format($amount, false), 'name' => e($piggyBank->name)]))
'success', strval(trans('firefly.added_amount_to_piggy', ['amount' => Amount::format($amount, false), 'name' => $piggyBank->name]))
);
Preferences::mark();