diff --git a/app/views/transactions/create.blade.php b/app/views/transactions/create.blade.php index 19d05da1e1..fcc31a572e 100644 --- a/app/views/transactions/create.blade.php +++ b/app/views/transactions/create.blade.php @@ -38,7 +38,7 @@
{{$errors->first('description')}}
@endif{{$errors->first('account_id')}}
@endif{{$errors->first('beneficiary')}}
@else This field will auto-complete your existing beneficiaries (if any), but you can type freely to create new ones. @@ -135,7 +135,7 @@{{$errors->first('date')}}
@endif{{$errors->first('budget_id')}}
@else Select one of your budgets to make this transaction a part of it. @@ -164,7 +164,7 @@{{$errors->first('category')}}
@else Add more fine-grained information to this transaction by entering a category.