From b214d33e1e2327cd92a70c76e4801e6b038762ec Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:59:42 -0600 Subject: [PATCH] tweak(ui): "Watch on YouTube" -> "Watch" --- invokeai/frontend/web/public/locales/en.json | 2 +- .../src/features/system/components/VideosModal/VideoCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index e559ccfee68..9ea13a37382 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2129,7 +2129,7 @@ "supportVideos": "Support Videos", "gettingStarted": "Getting Started", "controlCanvas": "Control Canvas", - "watchOnYoutube": "Watch on YouTube", + "watch": "Watch", "studioSessionsDesc1": "Check out the for Invoke deep dives.", "studioSessionsDesc2": "Join our to participate in the live sessions and ask questions. Sessions are uploaded to the playlist the following week.", "videos": { diff --git a/invokeai/frontend/web/src/features/system/components/VideosModal/VideoCard.tsx b/invokeai/frontend/web/src/features/system/components/VideosModal/VideoCard.tsx index 66e204c90dd..8e4275ea8b7 100644 --- a/invokeai/frontend/web/src/features/system/components/VideosModal/VideoCard.tsx +++ b/invokeai/frontend/web/src/features/system/components/VideosModal/VideoCard.tsx @@ -18,7 +18,7 @@ export const VideoCard = memo(({ video }: { video: VideoData }) => { {formatTime(length)} - + {t(`supportVideos.videos.${tKey}.description`)}