mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for translations
This commit is contained in:
parent
e327560527
commit
5f668a2237
@ -143,7 +143,7 @@ class PaymentMethodController extends Controller
|
||||
|
||||
return redirect()
|
||||
->route('client.payment_methods.index')
|
||||
->withSuccess('Payment method has been successfully removed.');
|
||||
->withSuccess(ctrans('texts.payment_method_removed'));
|
||||
}
|
||||
|
||||
private function getClientGateway()
|
||||
|
Loading…
x
Reference in New Issue
Block a user