Update docs link

This commit is contained in:
Benjamin Beganović 2021-11-02 16:49:38 +01:00
parent 25e448e31a
commit 9dcae56225

View File

@ -4337,7 +4337,7 @@ $LANG = array(
'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
'no_available_methods' => 'We can\'t find any credit cards on your device. <a href="#" target="_blank" class="underline">Read more about this.</a>'
'no_available_methods' => 'We can\'t find any credit cards on your device. <a href="https://invoiceninja.github.io/docs/payments#apple-pay-google-pay-microsoft-pay" target="_blank" class="underline">Read more about this.</a>'
);
return $LANG;