From d69d3d0d8fcbbbf89c31ed4591e622990f47ee67 Mon Sep 17 00:00:00 2001
From: Olivia Flory <45692622+oliviaflory@users.noreply.github.com>
Date: Thu, 7 Dec 2023 10:43:12 -0500
Subject: [PATCH] Docs--update-video-mdx (#1736)
* Docs--update-video-mdx
* update json video description
---
src/data/components.json | 2 +-
src/pages/components/video.mdx | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/data/components.json b/src/data/components.json
index e45566068..279016f95 100644
--- a/src/data/components.json
+++ b/src/data/components.json
@@ -409,7 +409,7 @@
"Video": {
"url": "/components/video",
"designLink": "https://ibm.box.com/s/9q7rdj73m32hufcw1xwl1td6nr88rghm",
- "description": "Video allows you to embed Kaltura videos from the media center in various ways throughout a page.",
+ "description": "Video allows you to embed videos from Media Center throughout a page, using the IBM standard video player, Kaltura.",
"storybook": {
"webcomponents": "http://www.ibm.com/standards/carbon/web-components/?path=/story/components-video-player--default",
"reactwrapper": "https://www.ibm.com/standards/carbon/web-components/react/?path=/story/components-video-player--default"
diff --git a/src/pages/components/video.mdx b/src/pages/components/video.mdx
index 1727e9ea4..edfcc1546 100644
--- a/src/pages/components/video.mdx
+++ b/src/pages/components/video.mdx
@@ -1,6 +1,6 @@
---
title: Video
-description: The Video component allows you to embed Kaltura videos from the media center in various ways throughout a page.
+description: Video allows you to embed videos from Media Center throughout a page, using the IBM standard video player, Kaltura.
---
import ComponentDescription from 'components/ComponentDescription';
@@ -11,19 +11,18 @@ import ResourceLinks from 'components/ResourceLinks';