Skip to content

Commit

Permalink
update string resources
Browse files Browse the repository at this point in the history
  • Loading branch information
amk-stripe committed May 22, 2024
1 parent e3f57c2 commit 050aa72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions payments-core/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@
<string name="stripe_title_bank_account">Bank Account</string>
<!-- Title for Payment Method screen -->
<string name="stripe_title_payment_method">Payment Method</string>
<!-- Title shown above a carousel containing the customer&apos;s payment methods -->
<string name="stripe_title_select_payment_method">Select your payment method</string>
<!-- Screen title telling users they should select a shipping address -->
<string name="stripe_title_select_shipping_method">Select Shipping Method</string>
<!-- Title of screen to update a card -->
<string name="stripe_title_update_card">Update card</string>
<!-- Title of vertical mode manage screen when selecting a payment method -->
<string name="stripe_title_select_payment_method">Select your payment method</string>
<!-- When there are multiple browsers and web authentication is required, this will show in a window asking which browser they want to use to "Verify your payment" -->
<string name="stripe_verify_your_payment">Verify your payment</string>
</resources>
2 changes: 0 additions & 2 deletions paymentsheet/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
<string name="stripe_paymentsheet_save_for_future_payments">Save for future payments</string>
<!-- The label of a switch indicating whether to save the user&apos;s card for future payments to this merchant -->
<string name="stripe_paymentsheet_save_this_card_with_merchant_name">Save this card for future %s payments</string>
<!-- Title shown above a carousel containing the customer&apos;s payment methods -->
<string name="stripe_paymentsheet_select_payment_method">Select your payment method</string>
<!-- Label indicating the total amount that the user is authorizing (e.g. "Total: $25.00") -->
<string name="stripe_paymentsheet_total_amount">Total: %s</string>
<!-- Generic failure message -->
Expand Down

0 comments on commit 050aa72

Please sign in to comment.