From 9dcae56225f199d4a014fcfaa374a61c1df9df5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 2 Nov 2021 16:49:38 +0100 Subject: [PATCH] Update docs link --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 6db40211fca9..d211e72d2c29 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -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. Read more about this.' + 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.' ); return $LANG;