From 6c92268a831e2e96621755934742ccb82383fd2d Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 3 Aug 2023 23:58:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20(record)=20add=20improvement=20i?= =?UTF-8?q?n=20record=20notes'=20placeholder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/record/components/TaskRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" >