From 40c2bf6f99a539a0e769d5fb1c5fb474b544d83b Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Wed, 15 Oct 2025 04:17:58 +0000 Subject: [PATCH] =?UTF-8?q?Translate=20Korean=20"=EC=86=8C=EA=B0=9C"=20to?= =?UTF-8?q?=20English=20"About"=20for=20UI=20elements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace Korean text "소개" with "About" in Community, MediaOutlet, and Report page components to align with English language interface. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/cEkjo93 --- .replit | 4 ---- client/src/pages/Community.tsx | 2 +- client/src/pages/MediaOutlet.tsx | 2 +- client/src/pages/Report.tsx | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.replit b/.replit index 36c68b4..8826cfc 100644 --- a/.replit +++ b/.replit @@ -38,10 +38,6 @@ externalPort = 3001 localPort = 38387 externalPort = 3003 -[[ports]] -localPort = 41311 -externalPort = 6800 - [[ports]] localPort = 41425 externalPort = 6000 diff --git a/client/src/pages/Community.tsx b/client/src/pages/Community.tsx index 8099ff6..265f63a 100644 --- a/client/src/pages/Community.tsx +++ b/client/src/pages/Community.tsx @@ -159,7 +159,7 @@ export default function Community() { data-testid="button-profile" > - 소개 + About diff --git a/client/src/pages/MediaOutlet.tsx b/client/src/pages/MediaOutlet.tsx index acc66a2..e9f091e 100644 --- a/client/src/pages/MediaOutlet.tsx +++ b/client/src/pages/MediaOutlet.tsx @@ -230,7 +230,7 @@ export default function MediaOutlet() { data-testid="button-profile" > - 소개 + About diff --git a/client/src/pages/Report.tsx b/client/src/pages/Report.tsx index fb3880e..44960ef 100644 --- a/client/src/pages/Report.tsx +++ b/client/src/pages/Report.tsx @@ -496,7 +496,7 @@ export default function Report() { data-testid="button-profile" > - 소개 + About