Skip to content

Commit

Permalink
Fixed language string for notes (when the hell did THAT break?)
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 30, 2015
1 parent 305c22f commit 3bb296d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/users/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<table class="table table-hover">
<thead>
<tr>
<th class="col-md-5">@lang('admin/users/form.notes')</th>
<th class="col-md-5">@lang('general.notes')</th>
<th class="col-md-5"><span class="line"></span>@lang('general.file_name')</th>
<th class="col-md-2"></th>
<th class="col-md-2"></th>
Expand Down

0 comments on commit 3bb296d

Please sign in to comment.