Skip to content

Commit 7c0e70e

Browse files
tweak(ui): "Watch on YouTube" -> "Watch"
1 parent a89ae9d commit 7c0e70e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

invokeai/frontend/web/public/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@
21292129
"supportVideos": "Support Videos",
21302130
"gettingStarted": "Getting Started",
21312131
"controlCanvas": "Control Canvas",
2132-
"watchOnYoutube": "Watch on YouTube",
2132+
"watch": "Watch",
21332133
"studioSessionsDesc1": "Check out the <StudioSessionsPlaylistLink /> for Invoke deep dives.",
21342134
"studioSessionsDesc2": "Join our <DiscordLink /> to participate in the live sessions and ask questions. Sessions are uploaded to the playlist the following week.",
21352135
"videos": {

invokeai/frontend/web/src/features/system/components/VideosModal/VideoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const VideoCard = memo(({ video }: { video: VideoData }) => {
1818
</Text>
1919
<Spacer />
2020
<Text variant="subtext">{formatTime(length)}</Text>
21-
<ExternalLink fontSize="sm" href={link} label={t('supportVideos.watchOnYoutube')} />
21+
<ExternalLink fontSize="sm" href={link} label={t('supportVideos.watch')} />
2222
</Flex>
2323
<Text fontSize="md" variant="subtext">
2424
{t(`supportVideos.videos.${tKey}.description`)}

0 commit comments

Comments
 (0)