From d10ea8995215ab5c5808cee264c8442412095c4c Mon Sep 17 00:00:00 2001 From: Yuki Date: Wed, 26 Jun 2024 16:51:04 -0700 Subject: [PATCH] localize --- .../Resources/Localizations/en.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings index 3fd9e518fd3..8bb52bf689d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings @@ -140,6 +140,9 @@ /* Label for name on card field */ "Name on card" = "Name on card"; +/* Label of a button that appears on a checkout screen. When tapped, it displays a credit card form. This button is shown next to another button representing the customer's saved card; the word 'new' is meant to differentiate this button's action with the saved card button. */ +"New card" = "New card"; + /* Title shown above a section containing payment methods that a customer can choose to pay with e.g. card, bank account, etc. */ "New payment method" = "New payment method";