fix: 영상 링크 오버레이 문구를 '자세히 보기'로 변경

official_site_url이 네이버 플레이스/인스타그램 등 업체 대표 링크일 수 있어
중립적인 문구로 조정

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DKTAqpFj8pbWzgvq7MRDHk
This commit is contained in:
hbyang 2026-08-21 10:50:23 +09:00
parent cea60e70db
commit 547dd415c5
3 changed files with 3 additions and 3 deletions

View File

@ -258,7 +258,7 @@ const VideoDetailContent: React.FC<VideoDetailContentProps> = ({ videoId, isModa
</svg> </svg>
<span className="video-site-overlay-text"> <span className="video-site-overlay-text">
<strong>{video.store_name}</strong> <strong>{video.store_name}</strong>
{t('videoDetail.visitOfficialSite')} {t('videoDetail.siteOverlayLabel')}
</span> </span>
</a> </a>
)} )}

View File

@ -624,7 +624,7 @@
"closeAriaLabel": "Close", "closeAriaLabel": "Close",
"share": "Share", "share": "Share",
"copied": "Copied!", "copied": "Copied!",
"visitOfficialSite": "Visit official website", "siteOverlayLabel": "View more",
"shareKakao": "KakaoTalk", "shareKakao": "KakaoTalk",
"shareFacebook": "Facebook", "shareFacebook": "Facebook",
"shareTwitter": "X (Twitter)", "shareTwitter": "X (Twitter)",

View File

@ -623,7 +623,7 @@
"closeAriaLabel": "닫기", "closeAriaLabel": "닫기",
"share": "공유하기", "share": "공유하기",
"copied": "복사됨!", "copied": "복사됨!",
"visitOfficialSite": "공식 홈페이지 방문하기", "siteOverlayLabel": "자세히 보기",
"shareKakao": "카카오톡", "shareKakao": "카카오톡",
"shareFacebook": "페이스북", "shareFacebook": "페이스북",
"shareTwitter": "X (트위터)", "shareTwitter": "X (트위터)",