Fixes for translations

This commit is contained in:
David Bomba 2022-03-06 07:50:12 +11:00
parent e327560527
commit 5f668a2237

View File

@ -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()