|
1 | 1 | "use client"; |
2 | 2 |
|
3 | | -import React, { useMemo, useState } from "react"; |
| 3 | +import React, { useState } from "react"; |
4 | 4 | import { UserCheck2Icon } from "lucide-react"; |
5 | 5 | import { Button } from "@/components/ui/button"; |
6 | 6 | import { Field, FieldLabel } from "@/components/ui/field"; |
@@ -39,14 +39,19 @@ const dictionary = { |
39 | 39 | back: "← Back", |
40 | 40 | }, |
41 | 41 | ko: { |
42 | | - title: "계속 하려면 로그인하세요", |
43 | | - description: "이메일을 입력하시면 고객 포털 인증 코드를 보내드립니다.", |
| 42 | + // TODO: This is enterprise-specific copy. Replace hardcoding with a proper |
| 43 | + // template/i18n engine (e.g. template variables per tenant/campaign). |
| 44 | + // title: "계속 하려면 로그인하세요", |
| 45 | + title: "Polestar 추천 프로그램 로그인", // TODO: remove |
| 46 | + // description: "이메일을 입력하시면 고객 포털 인증 코드를 보내드립니다.", |
| 47 | + description: |
| 48 | + "Polestar 차량 구매 시 사용하신 Polestar ID (이메일 주소)를 입력하여 로그인하세요.", // TODO: remove |
44 | 49 | email: "이메일", |
45 | 50 | continue_with_email: "이메일로 계속하기", |
46 | 51 | sending: "전송중...", |
47 | 52 | verification: "인증하기", |
48 | 53 | verification_description: |
49 | | - "계정이 있으시다면, <strong>{email}</strong>로 코드를 보냈습니다. 아래에 입력해 주세요.", |
| 54 | + "입력하신 <strong>{email}</strong>로 인증 코드를 발송하였습니다. 아래에 입력해 주세요. 코드를 수신하지 못한 경우, 정확한 이메일을 입력하였는지 다시 한 번 확인해 주세요.", |
50 | 55 | verifying: "인증중...", |
51 | 56 | back: "← 뒤로", |
52 | 57 | }, |
|
0 commit comments