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