Credits table: Public notes -> Notes

This commit is contained in:
Benjamin Beganović 2021-03-02 16:24:15 +01:00
parent 9278c1966a
commit 168f08abba

View File

@ -32,7 +32,7 @@
</th> </th>
<th class="px-6 py-3 border-b border-gray-200 bg-primary text-left text-xs leading-4 font-medium text-white uppercase tracking-wider"> <th class="px-6 py-3 border-b border-gray-200 bg-primary text-left text-xs leading-4 font-medium text-white uppercase tracking-wider">
<span role="button" wire:click="sortBy('public_notes')" class="cursor-pointer"> <span role="button" wire:click="sortBy('public_notes')" class="cursor-pointer">
{{ ctrans('texts.public_notes') }} {{ ctrans('texts.notes') }}
</span> </span>
</th> </th>
<th class="px-6 py-3 border-b border-gray-200 bg-primary"></th> <th class="px-6 py-3 border-b border-gray-200 bg-primary"></th>
@ -78,4 +78,4 @@
@endif @endif
{{ $credits->links('portal/ninja2020/vendor/pagination') }} {{ $credits->links('portal/ninja2020/vendor/pagination') }}
</div> </div>
</div> </div>