Skip to content

Commit 2cb1648

Browse files
enterprise - hard
1 parent 3e7235a commit 2cb1648

File tree

1 file changed

+9
-4
lines changed
  • editor/app/(tenant)/~/[tenant]/(p)/p/login

1 file changed

+9
-4
lines changed

editor/app/(tenant)/~/[tenant]/(p)/p/login/login.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
import React, { useMemo, useState } from "react";
3+
import React, { useState } from "react";
44
import { UserCheck2Icon } from "lucide-react";
55
import { Button } from "@/components/ui/button";
66
import { Field, FieldLabel } from "@/components/ui/field";
@@ -39,14 +39,19 @@ const dictionary = {
3939
back: "← Back",
4040
},
4141
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
4449
email: "이메일",
4550
continue_with_email: "이메일로 계속하기",
4651
sending: "전송중...",
4752
verification: "인증하기",
4853
verification_description:
49-
"계정이 있으시다면, <strong>{email}</strong>로 코드를 보냈습니다. 아래에 입력해 주세요.",
54+
"입력하신 <strong>{email}</strong>로 인증 코드를 발송하였습니다. 아래에 입력해 주세요. 코드를 수신하지 못한 경우, 정확한 이메일을 입력하였는지 다시 한 번 확인해 주세요.",
5055
verifying: "인증중...",
5156
back: "← 뒤로",
5257
},

0 commit comments

Comments
 (0)