diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings index 4669db116b9..e2abd013f1d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en.lproj/Localizable.strings @@ -106,6 +106,9 @@ /* Button text on a screen asking the user to approve a payment */ "Cancel and pay another way" = "Cancel and pay another way"; +/* Text on a screen that indicates card details cannot be changed. */ +"Card details cannot be changed." = "Card details cannot be changed."; + /* Title for a button that allows the user to use a different email in the signup flow. */ "Change email" = "Change email";