Skip to content

Commit

Permalink
Fixes incorrect title for unaccepted assets report
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Sep 1, 2015
1 parent ed05a32 commit 7bd5ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/reports/unaccepted_assets.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="{{ route('reports/export/unaccepted_assets') }}" class="btn btn-flat gray pull-right"><i class="fa fa-download icon-white"></i>
@lang('admin/asset_maintenances/table.dl_csv')</a>
</div>
<h3>@lang('general.asset_maintenance_report')</h3>
<h3>@lang('general.unaccepted_asset_report')</h3>
</div>
<div class="row">
<div class="table-responsive">
Expand Down

0 comments on commit 7bd5ddc

Please sign in to comment.