From b977843a7ffb685b04f36d0bd6253b724e094434 Mon Sep 17 00:00:00 2001 From: Francis Gyimah Date: Fri, 4 Oct 2024 16:28:53 +0000 Subject: [PATCH] [CARE-6329] Update video embed description --- packages/slate-editor/src/modules/editor/menuOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/slate-editor/src/modules/editor/menuOptions.tsx b/packages/slate-editor/src/modules/editor/menuOptions.tsx index 1869b27e7..892050d94 100644 --- a/packages/slate-editor/src/modules/editor/menuOptions.tsx +++ b/packages/slate-editor/src/modules/editor/menuOptions.tsx @@ -255,7 +255,7 @@ function* generateOptions( icon: Icons.ComponentVideo, group: Group.MEDIA_CONTENT, text: 'Video', - description: 'Place a video from a URL', + description: 'Embed video by URL or upload', }; }