This commit is contained in:
Markos Gogoulos
2026-02-24 17:36:00 +02:00
parent 492e3366c0
commit 5ac0515d05
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
VERSION = "7.9h"
VERSION = "7.ki"

View File

@@ -177,7 +177,7 @@ class MediaPublishForm(forms.ModelForm):
current_queryset = self.fields['category'].queryset
self.fields['category'].queryset = current_queryset.filter(is_lms_course=True)
self.fields['category'].label = 'Course'
self.fields['category'].help_text = 'Media can be part of one or more courses'
self.fields['category'].help_text = 'Media can be shared with one or more courses'
self.fields['category'].widget.is_lms_mode = True
self.helper = FormHelper()