mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:47:32 -05:00 
			
		
		
		
	Invoices: Removed superfluous text under the invoice number
This commit is contained in:
		
							parent
							
								
									9b227010b2
								
							
						
					
					
						commit
						dd71f28f87
					
				@ -38,12 +38,6 @@
 | 
			
		||||
                                {{ ctrans('texts.invoice_number_placeholder', ['invoice' => $invoice->number])}}
 | 
			
		||||
                                - {{ ctrans('texts.unpaid') }}
 | 
			
		||||
                            </h3>
 | 
			
		||||
                            <div class="mt-2 max-w-xl text-sm leading-5 text-gray-500">
 | 
			
		||||
                                <p translate>
 | 
			
		||||
                                {{ ctrans('texts.invoice_still_unpaid') }}
 | 
			
		||||
                                <!-- This invoice is still not paid. Click the button to complete the payment. -->
 | 
			
		||||
                                </p>
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="mt-5 sm:mt-0 sm:ml-6 sm:flex-shrink-0 sm:flex sm:items-center">
 | 
			
		||||
                            <div class="inline-flex rounded-md shadow-sm">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user