💬 (record) add improvement in record notes' placeholder

This commit is contained in:
Julien Calixte
2023-08-03 23:58:52 +02:00
parent 1e66b1df5e
commit 6c92268a83

View File

@@ -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"
></textarea>
</div>