Skip to content

Commit abfcc6a

Browse files
author
Itamar Junior
committed
chore: rename 'Next Due' column header to 'End' in budget forecast table
1 parent 769ac9c commit abfcc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/company/budget-forecast.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indig
1919
<th class="px-4 py-3">Service</th>
2020
<th class="px-4 py-3">Provider</th>
2121
<th class="px-4 py-3">Budget (€)</th>
22-
<th class="px-4 py-3">Next Due</th>
22+
<th class="px-4 py-3">End</th>
2323
<th class="px-4 py-3">Status</th>
2424
<th></th>
2525
</tr>

0 commit comments

Comments
 (0)