mirror of
https://github.com/frappe/lms.git
synced 2026-04-19 22:52:29 +03:00
feat: replace preview video placeholder with description
This commit is contained in:
@@ -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()"
|
||||
|
||||
Reference in New Issue
Block a user