summaryrefslogtreecommitdiff
path: root/lib/vendor-investigation/table/update-investigation-sheet.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vendor-investigation/table/update-investigation-sheet.tsx')
-rw-r--r--lib/vendor-investigation/table/update-investigation-sheet.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/vendor-investigation/table/update-investigation-sheet.tsx b/lib/vendor-investigation/table/update-investigation-sheet.tsx
index 37d1b2cd..9f7c8994 100644
--- a/lib/vendor-investigation/table/update-investigation-sheet.tsx
+++ b/lib/vendor-investigation/table/update-investigation-sheet.tsx
@@ -627,13 +627,13 @@ export function UpdateVendorInvestigationSheet({
)}
/>
- {/* 실사 예정일 */}
+ {/* 실사 수행 예정일 */}
<FormField
control={form.control}
name="forecastedAt"
render={({ field }) => (
<FormItem className="flex flex-col">
- <FormLabel>실사 예정일</FormLabel>
+ <FormLabel>실사 수행 예정일</FormLabel>
<Popover>
<PopoverTrigger asChild>
<FormControl>
@@ -670,7 +670,7 @@ export function UpdateVendorInvestigationSheet({
name="confirmedAt"
render={({ field }) => (
<FormItem className="flex flex-col">
- <FormLabel>실사 확정일</FormLabel>
+ <FormLabel>실사 계획 확정일</FormLabel>
<Popover>
<PopoverTrigger asChild>
<FormControl>