Skip to content

Commit

Permalink
Update localized string comment
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed May 8, 2024
1 parent 14a856c commit 2edd852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ e.g, 'Pay faster at Example, Inc. and thousands of businesses.' */
to be saved and used in future checkout sessions. */
"Save your info for secure 1-click checkout with Link" = "Save your info for secure 1-click checkout with Link";

/* Title for a screen that allows users to select a payment method. */
/* Title shown above a view containing the customer's payment methods */
"Select your payment method" = "Select your payment method";

/* Label of a button displayed below a payment method form. Tapping the button sets the payment method up for future use */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ extension String.Localized {
static var select_your_payment_method: String {
STPLocalizedString(
"Select your payment method",
"""
Title for a screen that allows users to select a payment method.
"""
"Title shown above a view containing the customer's payment methods"
)
}
}

0 comments on commit 2edd852

Please sign in to comment.