diff --git a/src/app/settings/payment.component.html b/src/app/settings/payment.component.html index 8c3498ed9c..2a1f48bc7f 100644 --- a/src/app/settings/payment.component.html +++ b/src/app/settings/payment.component.html @@ -16,9 +16,9 @@ - {{'creditCardAllBrandsAccepted' | i18n}} -
+
+
diff --git a/src/images/cards.png b/src/images/cards.png index 8cf6738760..8adeaf5143 100644 Binary files a/src/images/cards.png and b/src/images/cards.png differ diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 3d4bf27212..8c7521bc7e 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -1280,9 +1280,6 @@ "creditCard": { "message": "Credit Card" }, - "creditCardAllBrandsAccepted": { - "message": "All major credit card brands are accepted." - }, "paypalClickSubmit": { "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." }