Rename "Edit Invoice" to "Manage Invoice"

This commit is contained in:
Matt Young 2026-01-28 14:37:22 -06:00
parent 9d9838b02d
commit f71bc5aa01
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ new class extends Component {
<div>
<div class="flex justify-between items-center mb-8">
<flux:heading size="xl" class="mb-3">Edit Invoice</flux:heading>
<flux:heading size="xl" class="mb-3">Manage Invoice</flux:heading>
<div>
@if($this->invoice->status === InvoiceStatus::DRAFT)
<flux:button variant="primary" color="red" wire:click="setStatus('void')">Void Invoice</flux:button>