Translate Korean "소개" to English "About" for UI elements

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
This commit is contained in:
kimjaehyeon0101
2025-10-15 04:17:58 +00:00
parent 93f002c54e
commit 40c2bf6f99
4 changed files with 3 additions and 7 deletions

View File

@ -38,10 +38,6 @@ externalPort = 3001
localPort = 38387 localPort = 38387
externalPort = 3003 externalPort = 3003
[[ports]]
localPort = 41311
externalPort = 6800
[[ports]] [[ports]]
localPort = 41425 localPort = 41425
externalPort = 6000 externalPort = 6000

View File

@ -159,7 +159,7 @@ export default function Community() {
data-testid="button-profile" data-testid="button-profile"
> >
<IdCard className="h-3.5 w-3.5" /> <IdCard className="h-3.5 w-3.5" />
<span></span> <span>About</span>
</Button> </Button>
</div> </div>
</div> </div>

View File

@ -230,7 +230,7 @@ export default function MediaOutlet() {
data-testid="button-profile" data-testid="button-profile"
> >
<IdCard className="h-3.5 w-3.5" /> <IdCard className="h-3.5 w-3.5" />
<span></span> <span>About</span>
</Button> </Button>
</div> </div>
</div> </div>

View File

@ -496,7 +496,7 @@ export default function Report() {
data-testid="button-profile" data-testid="button-profile"
> >
<IdCard className="h-3.5 w-3.5" /> <IdCard className="h-3.5 w-3.5" />
<span></span> <span>About</span>
</Button> </Button>
</div> </div>
</div> </div>