mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 05:27:33 -05:00 
			
		
		
		
	Merge pull request #4323 from beganovich/v5-fix-save-button-translations
(v5) Fix translations for "Add payment method" on ACH & Stripe authorize page
This commit is contained in:
		
						commit
						7a359d0802
					
				@ -66,7 +66,9 @@
 | 
				
			|||||||
        <label for="accept-terms" class="cursor-pointer">{{ ctrans('texts.ach_authorization', ['company' => auth()->user()->company->present()->name, 'email' => auth()->user()->company->email]) }}</label>
 | 
					        <label for="accept-terms" class="cursor-pointer">{{ ctrans('texts.ach_authorization', ['company' => auth()->user()->company->present()->name, 'email' => auth()->user()->company->email]) }}</label>
 | 
				
			||||||
    @endcomponent
 | 
					    @endcomponent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @include('portal.ninja2020.gateways.includes.pay_now', ['id' => 'save-button'])
 | 
					    @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'save-button'])
 | 
				
			||||||
 | 
					        {{ ctrans('texts.add_payment_method') }}
 | 
				
			||||||
 | 
					    @endcomponent
 | 
				
			||||||
@endsection
 | 
					@endsection
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@section('gateway_footer')
 | 
					@section('gateway_footer')
 | 
				
			||||||
 | 
				
			|||||||
@ -25,7 +25,7 @@
 | 
				
			|||||||
    @include('portal.ninja2020.gateways.stripe.includes.card_widget')
 | 
					    @include('portal.ninja2020.gateways.stripe.includes.card_widget')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'authorize-card'])
 | 
					    @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'authorize-card'])
 | 
				
			||||||
        {{ __('texts.save') }}
 | 
					        {{ ctrans('texts.add_payment_method') }}
 | 
				
			||||||
    @endcomponent
 | 
					    @endcomponent
 | 
				
			||||||
@endsection
 | 
					@endsection
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user