diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json
index 640279ba40..1862de18e3 100644
--- a/invokeai/frontend/web/public/locales/en.json
+++ b/invokeai/frontend/web/public/locales/en.json
@@ -798,11 +798,13 @@
"guidance": "Guidance",
"height": "Height",
"imageDetails": "Image Details",
+ "videoDetails": "Video Details",
"imageDimensions": "Image Dimensions",
"metadata": "Metadata",
"model": "Model",
"negativePrompt": "Negative Prompt",
"noImageDetails": "No image details found",
+ "noVideoDetails": "No video details found",
"noMetaData": "No metadata found",
"noRecallParameters": "No parameters to recall found",
"parameterSet": "Parameter {{parameter}} set",
diff --git a/invokeai/frontend/web/src/features/gallery/components/ImageMetadataViewer/VideoMetadataViewer.tsx b/invokeai/frontend/web/src/features/gallery/components/ImageMetadataViewer/VideoMetadataViewer.tsx
index 6bb77509fb..f46ec8d470 100644
--- a/invokeai/frontend/web/src/features/gallery/components/ImageMetadataViewer/VideoMetadataViewer.tsx
+++ b/invokeai/frontend/web/src/features/gallery/components/ImageMetadataViewer/VideoMetadataViewer.tsx
@@ -38,7 +38,7 @@ const VideoMetadataViewer = ({ video }: VideoMetadataViewerProps) => {
{t('metadata.recallParameters')}
{t('metadata.metadata')}
- {t('metadata.imageDetails')}
+ {t('metadata.videoDetails')}
@@ -53,24 +53,16 @@ const VideoMetadataViewer = ({ video }: VideoMetadataViewerProps) => {
{metadata ? (
-
+
) : (
)}
{video ? (
-
+
) : (
-
+
)}
{/*