From 5bf3d248ddae828297196df50ebefccc51687f47 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 13 Apr 2023 00:34:06 +0200 Subject: [PATCH] better placeholder --- 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 2dc9273..291cdb3 100644 --- a/src/modules/record/components/TaskRecord.vue +++ b/src/modules/record/components/TaskRecord.vue @@ -148,7 +148,7 @@ const isSuperiorToEstimation = computed(() => { //@ts-ignore recordStore.updateRecordNotes(recordId, $event.target?.value) " - placeholder="notes" + placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought." >