diff --git a/src/modules/record/components/TaskRecord.vue b/src/modules/record/components/TaskRecord.vue index e37f91f..f5bb7da 100644 --- a/src/modules/record/components/TaskRecord.vue +++ b/src/modules/record/components/TaskRecord.vue @@ -84,7 +84,7 @@ const recordNotes = computed(() => recordStore.getRecordNotes(props.taskId)) //@ts-ignore recordStore.updateRecordNotes(taskId, $event.target.value) " - placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought." + placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought and see what you can improve." class="textarea" >