Update copy of GiftMessageView.

main
Alex Hart 2023-03-06 16:43:42 -04:00
rodzic 8d8f5fb9e4
commit 7c94d570cb
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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) {

Wyświetl plik

@ -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 -->