mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Update copy of GiftMessageView.
This commit is contained in:
@@ -58,7 +58,7 @@ class GiftMessageView @JvmOverloads constructor(
|
||||
|
||||
if (isOutgoing) {
|
||||
actionView.setText(R.string.GiftMessageView__view)
|
||||
titleView.text = context.getString(R.string.GiftMessageView__donation_to_s, recipient.getDisplayName(context))
|
||||
titleView.text = context.getString(R.string.GiftMessageView__donation_on_behalf_of_s, recipient.getDisplayName(context))
|
||||
} else {
|
||||
titleView.text = context.getString(R.string.GiftMessageView__s_donated_to_signal_on, recipient.getShortDisplayName(context))
|
||||
when (giftBadge.redemptionState) {
|
||||
|
||||
@@ -4581,7 +4581,7 @@
|
||||
<string name="DonationsErrors__your_donation_could_not_be_sent">Your donation could not be sent because of a network error. Check your connection and try again.</string>
|
||||
|
||||
<!-- Gift message view title -->
|
||||
<string name="GiftMessageView__donation_to_s">Donation to %1$s</string>
|
||||
<string name="GiftMessageView__donation_on_behalf_of_s">Donation on behalf of %1$s</string>
|
||||
<!-- Gift message view title for incoming donations -->
|
||||
<string name="GiftMessageView__s_donated_to_signal_on">%1$s donated to Signal on your behalf</string>
|
||||
<!-- Gift badge redeem action label -->
|
||||
|
||||
Reference in New Issue
Block a user