tweak(ui): "Watch on YouTube" -> "Watch"

This commit is contained in:
psychedelicious
2024-11-19 15:59:42 -06:00
parent a89ae9d2bf
commit 7c0e70ec84
2 changed files with 2 additions and 2 deletions

View File

@@ -2129,7 +2129,7 @@
"supportVideos": "Support Videos",
"gettingStarted": "Getting Started",
"controlCanvas": "Control Canvas",
"watchOnYoutube": "Watch on YouTube",
"watch": "Watch",
"studioSessionsDesc1": "Check out the <StudioSessionsPlaylistLink /> for Invoke deep dives.",
"studioSessionsDesc2": "Join our <DiscordLink /> to participate in the live sessions and ask questions. Sessions are uploaded to the playlist the following week.",
"videos": {

View File

@@ -18,7 +18,7 @@ export const VideoCard = memo(({ video }: { video: VideoData }) => {
</Text>
<Spacer />
<Text variant="subtext">{formatTime(length)}</Text>
<ExternalLink fontSize="sm" href={link} label={t('supportVideos.watchOnYoutube')} />
<ExternalLink fontSize="sm" href={link} label={t('supportVideos.watch')} />
</Flex>
<Text fontSize="md" variant="subtext">
{t(`supportVideos.videos.${tKey}.description`)}