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;