diff --git a/src/components/VideoDetailContent.tsx b/src/components/VideoDetailContent.tsx index ef36916..bf752bf 100644 --- a/src/components/VideoDetailContent.tsx +++ b/src/components/VideoDetailContent.tsx @@ -258,7 +258,7 @@ const VideoDetailContent: React.FC = ({ videoId, isModa {video.store_name} - {t('videoDetail.visitOfficialSite')} + {t('videoDetail.siteOverlayLabel')} )} diff --git a/src/locales/en.json b/src/locales/en.json index 23b9407..6d21b23 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -624,7 +624,7 @@ "closeAriaLabel": "Close", "share": "Share", "copied": "Copied!", - "visitOfficialSite": "Visit official website", + "siteOverlayLabel": "View more", "shareKakao": "KakaoTalk", "shareFacebook": "Facebook", "shareTwitter": "X (Twitter)", diff --git a/src/locales/ko.json b/src/locales/ko.json index a0fb7ac..17c4ccf 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -623,7 +623,7 @@ "closeAriaLabel": "닫기", "share": "공유하기", "copied": "복사됨!", - "visitOfficialSite": "공식 홈페이지 방문하기", + "siteOverlayLabel": "자세히 보기", "shareKakao": "카카오톡", "shareFacebook": "페이스북", "shareTwitter": "X (트위터)",