forked from trent_larson/crowd-funder-for-time-pwa
fix verbiage for recipient on home page
This commit is contained in:
@@ -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})`;
|
||||
|
||||
Reference in New Issue
Block a user