Correct text for no subfleets #507 (#518)

This commit is contained in:
Nabeel S 2020-01-30 11:04:22 -05:00 committed by GitHub
parent 02b16d5e57
commit f5bc087f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
</div>
@if(count($flight->subfleets) === 0)
@include('admin.common.none_added', ['type' => 'expenses'])
@include('admin.common.none_added', ['type' => 'subfleets'])
@endif
<table class="table table-responsive" id="aircrafts-table">