From 0652b12a6f2c79abce2521c449fbfb330ae85494 Mon Sep 17 00:00:00 2001 From: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:53:26 -0400 Subject: [PATCH] Address comments --- invokeai/frontend/web/public/locales/en.json | 3 +-- .../features/system/components/VideosModal/VideosModal.tsx | 7 ++----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index 583aa8cf82..3ee4eabb90 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2566,8 +2566,7 @@ "supportVideos": "Support Videos", "gettingStarted": "Getting Started", "watch": "Watch", - "studioSessionsDesc1": "Check out our for basic tutorials, and the for deep dives into advanced Invoke use-cases and techniques.", - "studioSessionsDesc2": "Join our to participate in the live sessions and ask questions. Sessions are uploaded to the playlist the following week.", + "studioSessionsDesc": "Join our to participate in the live sessions and ask questions. Sessions are uploaded to the playlist the following week.", "videos": { "gettingStarted": { "title": "Getting Started with Invoke", diff --git a/invokeai/frontend/web/src/features/system/components/VideosModal/VideosModal.tsx b/invokeai/frontend/web/src/features/system/components/VideosModal/VideosModal.tsx index 895ecc6772..2db109479f 100644 --- a/invokeai/frontend/web/src/features/system/components/VideosModal/VideosModal.tsx +++ b/invokeai/frontend/web/src/features/system/components/VideosModal/VideosModal.tsx @@ -90,7 +90,7 @@ export const VideosModal = memo(() => { return ( - + {t('supportVideos.supportVideos')} @@ -98,10 +98,7 @@ export const VideosModal = memo(() => { - - - - +