mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Perform client side checks on name and email for donation flows.
This commit is contained in:
@@ -5966,12 +5966,18 @@
|
||||
<string name="BankTransferDetailsFragment__iban_country_code_is_not_supported">IBAN country code is not supported</string>
|
||||
<!-- Error label for IBAN field when number is invalid -->
|
||||
<string name="BankTransferDetailsFragment__invalid_iban">Invalid IBAN</string>
|
||||
<!-- Error label for name field when name is not at least two characters long -->
|
||||
<string name="BankTransferDetailsFragment__minimum_2_characters">Minimum 2 characters</string>
|
||||
<!-- Error label for email field when email is not valid -->
|
||||
<string name="BankTransferDetailsFragment__invalid_email_address">Invalid email address</string>
|
||||
|
||||
<!-- IdealTransferDetailsFragment -->
|
||||
<!-- Title of the screen, displayed in the toolbar -->
|
||||
<string name="IdealTransferDetailsFragment__ideal">iDEAL</string>
|
||||
<!-- Subtitle of the screen, displayed below the toolbar. Placeholder is for \'learn more\' -->
|
||||
<string name="IdealTransferDetailsFragment__enter_your_bank">Enter your bank, name and email. Stripe uses this email to send you updates about your donation. %1$s</string>
|
||||
<!-- Subtitle of the screen, displayed below the toolbar. Placeholder is for \'learn more\' -->
|
||||
<string name="IdealTransferDetailsFragment__enter_your_bank_details_one_time">Enter your bank details. Signal does not collect or store your personal information. %1$s</string>
|
||||
<!-- Subtitle learn-more button displayed inline with the subtitle text -->
|
||||
<string name="IdealTransferDetailsFragment__learn_more">Learn more</string>
|
||||
<!-- Hint label for text entry box for name on bank account -->
|
||||
|
||||
Reference in New Issue
Block a user