mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
tweak(ui): "Watch on YouTube" -> "Watch"
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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`)}
|
||||
|
||||
Reference in New Issue
Block a user