fix verbiage for recipient on home page

This commit is contained in:
2024-09-30 19:54:14 -06:00
parent 1fccf0fa92
commit 4edcefd0f0

View File

@@ -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})`;