summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/[lng]/procurement/(procurement)/faq/page.tsx2
-rw-r--r--app/[lng]/procurement/(procurement)/pq/page.tsx6
2 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/procurement/(procurement)/faq/page.tsx b/app/[lng]/procurement/(procurement)/faq/page.tsx
index 56a4ee86..00956591 100644
--- a/app/[lng]/procurement/(procurement)/faq/page.tsx
+++ b/app/[lng]/procurement/(procurement)/faq/page.tsx
@@ -24,7 +24,7 @@ export default async function FaqPage(props: Props) {
<div className="space-y-6 p-10 pb-16">
<div className="flex justify-between items-center">
<div className="space-y-0.5">
- <h2 className="text-2xl font-bold tracking-tight">자주 묻는 질문</h2>
+ <h2 className="text-2xl font-bold tracking-tight">FAQ</h2>
{/* <p className="text-muted-foreground">
Find answers to common questions about using the EVCP system.
</p> */}
diff --git a/app/[lng]/procurement/(procurement)/pq/page.tsx b/app/[lng]/procurement/(procurement)/pq/page.tsx
index 46b22b12..0274dc9f 100644
--- a/app/[lng]/procurement/(procurement)/pq/page.tsx
+++ b/app/[lng]/procurement/(procurement)/pq/page.tsx
@@ -34,12 +34,12 @@ export default async function IndexPage(props: IndexPageProps) {
<div className="flex items-center justify-between space-y-2">
<div>
<h2 className="text-2xl font-bold tracking-tight">
- Pre-Qualification Review
+ PQ 관리
</h2>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
벤더가 제출한 PQ를 확인하고 수정 요청 등을 할 수 있으며 PQ 종료 후에는 통과 여부를 결정할 수 있습니다.
- </p>
+ </p> */}
</div>
</div>
</div>