summaryrefslogtreecommitdiff
path: root/lib/basic-contract/viewer/GtcClausesComponent.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-11-17 08:43:00 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-11-17 08:43:00 +0000
commit1a6774d195b5fb9e3547f3268bf3527a8718c9bf (patch)
tree541a4367ec3ffa9abfb8a9256c24f6286628b71c /lib/basic-contract/viewer/GtcClausesComponent.tsx
parentd19cca70ad1689807192a8784efc3091bf677816 (diff)
(임수민) GTC 기본계약 코멘트 수정
Diffstat (limited to 'lib/basic-contract/viewer/GtcClausesComponent.tsx')
-rw-r--r--lib/basic-contract/viewer/GtcClausesComponent.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/basic-contract/viewer/GtcClausesComponent.tsx b/lib/basic-contract/viewer/GtcClausesComponent.tsx
index 381e69dc..e44879ab 100644
--- a/lib/basic-contract/viewer/GtcClausesComponent.tsx
+++ b/lib/basic-contract/viewer/GtcClausesComponent.tsx
@@ -853,8 +853,8 @@ export function GtcClausesComponent({
)}
</h3>
{!compactMode && (
- <p className="text-sm text-gray-500 mt-0.5">
- {gtcData.vendorDocument.description || "GTC 조항 검토 및 협의"}
+ <p className="text-sm text-gray-500 mt-0.5">
+ {gtcData.vendorDocument.description || "GTC 협의"}
</p>
)}
</div>