diff --git a/app/src/main/java/org/thoughtcrime/securesms/badges/gifts/GiftMessageView.kt b/app/src/main/java/org/thoughtcrime/securesms/badges/gifts/GiftMessageView.kt index de4609ff3..b432eabaa 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/badges/gifts/GiftMessageView.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/badges/gifts/GiftMessageView.kt @@ -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) { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d4794b712..33af96e95 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -4581,7 +4581,7 @@ Your donation could not be sent because of a network error. Check your connection and try again. - Donation to %1$s + Donation on behalf of %1$s %1$s donated to Signal on your behalf