mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix invalid string resource.
This commit is contained in:
committed by
Greyson Parrelli
parent
bf874e17e5
commit
1508b1d401
@@ -4006,7 +4006,7 @@
|
||||
<!-- Displayed in notification when user payment fails to process on Stripe -->
|
||||
<string name="DonationsErrors__error_processing_payment">Error processing payment</string>
|
||||
<!-- Displayed on "My Support" screen when user subscription payment method failed. -->
|
||||
<string name="DonationsErrors__error_processing_payment_s">Error processing payment. $1$s</string>
|
||||
<string name="DonationsErrors__error_processing_payment_s">Error processing payment. %1$s</string>
|
||||
<string name="DonationsErrors__your_badge_could_not_be_added">Your badge could not be added to your account, but you may have been charged. Please contact support.</string>
|
||||
<string name="DonationsErrors__your_payment">Your payment couldn\'t be processed and you have not been charged. Please try again.</string>
|
||||
<string name="DonationsErrors__still_processing">Still processing</string>
|
||||
|
||||
Reference in New Issue
Block a user