diff --git a/app/client/src/widgets/VideoWidget/component/index.tsx b/app/client/src/widgets/VideoWidget/component/index.tsx index ab6faffd7c..342651d51a 100644 --- a/app/client/src/widgets/VideoWidget/component/index.tsx +++ b/app/client/src/widgets/VideoWidget/component/index.tsx @@ -46,6 +46,7 @@ export default function VideoComponent(props: VideoComponentProps) { { { propertyName: "autoPlay", label: "Auto Play", - helpText: "Video will be automatically played", + helpText: + "Video will be automatically played, by enabling this feature, video will be muted by default.", controlType: "SWITCH", isJSConvertible: true, isBindProperty: true,