mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Spelling errors fixed.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<tr>
|
||||
<td><a href="{{route('accounts.show',$id)}}">{{{$info['name']}}}</a></td>
|
||||
<td>{{mf($info['balance'])}}</td>
|
||||
<td>{{mf($info['leftForPiggybanks'])}}</td>
|
||||
<td>{{mf($info['leftForPiggyBanks'])}}</td>
|
||||
<td>{{mf($info['sumOfTargets'])}}</td>
|
||||
<td>{{mf($info['sumOfSaved'])}}</td>
|
||||
<td>{{mf($info['leftToSave'])}}</td>
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
<div class="col-sm-10">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
@if(in_array($account->id,$frontpageAccounts->data) || count($frontpageAccounts->data) == 0)
|
||||
<input type="checkbox" name="frontpageAccounts[]" value="{{$account->id}}" checked> {{{$account->name}}}
|
||||
@if(in_array($account->id,$frontPageAccounts->data) || count($frontPageAccounts->data) == 0)
|
||||
<input type="checkbox" name="frontPageAccounts[]" value="{{$account->id}}" checked> {{{$account->name}}}
|
||||
@else
|
||||
<input type="checkbox" name="frontpageAccounts[]" value="{{$account->id}}"> {{{$account->name}}}
|
||||
<input type="checkbox" name="frontPageAccounts[]" value="{{$account->id}}"> {{{$account->name}}}
|
||||
@endif
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user