Update default string for selecting payment method in spms (#2586)

This commit is contained in:
John Woo 2023-05-18 14:53:36 -07:00 committed by GitHub
parent 8a3808f608
commit e6f7515faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,9 @@ re-entering the security code (CVV/CVC). */
/* Title of the logout action. */ /* Title of the logout action. */
"Log out of Link" = "Log out of Link"; "Log out of Link" = "Log out of Link";
/* Title shown above a carousel containing the customer's payment methods */
"Manage your payment method" = "Manage your payment method";
/* Label for name on card field */ /* Label for name on card field */
"Name on card" = "Name on card"; "Name on card" = "Name on card";

View File

@ -198,7 +198,7 @@ class SavedPaymentMethodsViewController: UIViewController {
headerLabel.text = text headerLabel.text = text
} else { } else {
headerLabel.text = STPLocalizedString( headerLabel.text = STPLocalizedString(
"Select your payment method", "Manage your payment method",
"Title shown above a carousel containing the customer's payment methods") "Title shown above a carousel containing the customer's payment methods")
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 55 KiB