feat: replace preview video placeholder with description

This commit is contained in:
raizasafeel
2026-03-17 12:22:40 +05:30
parent f2f042e0fa
commit 74862c131d

View File

@@ -187,9 +187,9 @@
<FormControl
v-model="courseResource.doc.video_link"
:label="__('Preview Video')"
:placeholder="
:description="
__(
'Paste a YouTube link of a short video introducing the course'
'Paste a YouTube link of a short video introducing the course.'
)
"
@input="makeFormDirty()"