diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 44838366d..32682b136 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -739,7 +739,7 @@ export default class HomeView extends Vue { // show the project name if from one if (giveRecord.providerPlanName) { - return `${giverInfo.displayName} received: ${gaveAmount} (from the project "${giveRecord.providerPlanName}")`; + return `${recipientInfo.displayName} received: ${gaveAmount} (from the project "${giveRecord.providerPlanName}")`; } else { // it's not from a project return `${recipientInfo.displayName} received: ${gaveAmount} (from ${giverInfo.displayName})`;