diff --git a/project.task.yaml b/project.task.yaml
index f9c926bc..80147108 100644
--- a/project.task.yaml
+++ b/project.task.yaml
@@ -7,8 +7,6 @@ tasks:
- 8 Move to vue-facing-decorator
- 01 design ideas for simple gives on the first page
-- 01 give time to a particular project - use "provider" attribute
- - give example assignee:trent
- .1 remove commitments from ProjectView UI
- 01 add list of 'give' records for a project on ProjectView UI
diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue
index c48ce3cc..c158cc36 100644
--- a/src/components/GiftedDialog.vue
+++ b/src/components/GiftedDialog.vue
@@ -2,13 +2,12 @@
- Received from {{ contact?.name || "nobody in particular" }}
+ {{ message }} {{ giver?.name || "somebody not specified" }}