diff --git a/src/components/quotes/QuoteFooterBar.tsx b/src/components/quotes/QuoteFooterBar.tsx index 22c61eed..1ba5f1cb 100644 --- a/src/components/quotes/QuoteFooterBar.tsx +++ b/src/components/quotes/QuoteFooterBar.tsx @@ -2,7 +2,7 @@ * 견적 푸터 바 * * - 예상 전체 견적금액 표시 - * - 버튼: 견적서 산출, 임시저장, 최종저장 + * - 버튼: 견적서 산출, 저장, 견적 확정 * - 뒤로가기 버튼 */ @@ -123,7 +123,7 @@ export function QuoteFooterBar({ )} - {/* 임시저장 - edit 모드에서만 표시 */} + {/* 저장 - edit 모드에서만 표시 */} {!isViewMode && ( )} - {/* 최종저장 - 양쪽 모드에서 표시 (final 상태가 아닐 때만) */} + {/* 견적 확정 - 양쪽 모드에서 표시 (final 상태가 아닐 때만) */} {status !== "final" && ( )}