diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index 04803772..c8c3236a 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -2,19 +2,36 @@
+ {{ + giverEntityType === "project" + ? "Benefited from:" + : "Received from:" + }} +
{{ showProjects ? 'Benefitted from:' : 'Received from:' }}
+ +
Change
+ {{ + recipientEntityType === "project" + ? "Given to project:" + : "Given to:" + }} +
Sign & Send to publish to the world