forked from jsnbuchanan/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
|
// 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})`;
|
||||||
|
|||||||
Reference in New Issue
Block a user