Skip to content

Commit

Permalink
BLIK Localization
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnbarrett-stripe committed Jul 21, 2023
1 parent 4dc93a1 commit 62cf223
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions payments-ui-core/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@
<string name="stripe_setup_button_label">Set up</string>
<!-- Label for UPI ID number field on form -->
<string name="stripe_upi_id_label">UPI ID</string>
<!-- Label for BLIK code number field on form -->
<string name="stripe_blik_code">BLIK code</string>
<!-- Error message when BLIK code is invalid -->
<string name="stripe_invalid_blik_code">Your BLIK code is incomplete.</string>
</resources>
2 changes: 2 additions & 0 deletions paymentsheet/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@
<string name="stripe_upi_polling_payment_failed_message">Please go back and select another payment method</string>
<!-- Text on a screen that indicates a payment has failed -->
<string name="stripe_upi_polling_payment_failed_title">Payment failed</string>
<!-- Countdown timer text on a screen asking the user to approve a payment -->
<string name="stripe_blik_polling_message">Confirm the payment in your bank\'s app within %s to complete the purchase.</string>
</resources>

0 comments on commit 62cf223

Please sign in to comment.