|
@ -739,7 +739,7 @@ export default class HomeView extends Vue { |
|
|
|
|
|
|
|
|
// show the project name if from one |
|
|
// show the project name if from one |
|
|
if (giveRecord.providerPlanName) { |
|
|
if (giveRecord.providerPlanName) { |
|
|
return `${giverInfo.displayName} received: ${gaveAmount} (from the project "${giveRecord.providerPlanName}")`; |
|
|
return `${recipientInfo.displayName} received: ${gaveAmount} (from the project "${giveRecord.providerPlanName}")`; |
|
|
} else { |
|
|
} else { |
|
|
// it's not from a project |
|
|
// it's not from a project |
|
|
return `${recipientInfo.displayName} received: ${gaveAmount} (from ${giverInfo.displayName})`; |
|
|
return `${recipientInfo.displayName} received: ${gaveAmount} (from ${giverInfo.displayName})`; |
|
|