Donations credit card formatting.

This commit is contained in:
Alex Hart
2022-11-03 17:22:03 -03:00
committed by Cody Henthorne
parent 16cbc971a5
commit b8e16353ab
11 changed files with 363 additions and 27 deletions

View File

@@ -134,8 +134,10 @@
<string name="BlockedUsersActivity__unblock">Unblock</string>
<!-- CreditCardFragment -->
<!-- Title of fragment detailing the donation amount, displayed above the credit card text fields -->
<!-- Title of fragment detailing the donation amount for one-time donation, displayed above the credit card text fields -->
<string name="CreditCardFragment__donation_amount_s">Donation amount: %1$s</string>
<!-- Title of fragment detailing the donation amount for monthly donation, displayed above the credit card text fields -->
<string name="CreditCardFragment__donation_amount_s_per_month">Donation amount: %1$s/month</string>
<!-- Explanation of how to fill in the form, displayed above the credit card text fields -->
<string name="CreditCardFragment__enter_your_card_information_below">Enter your card information below</string>
<!-- Displayed as a hint in the card number text field -->