fix: Typo in unsupported reason message in content libraries [FC-0114] (#38005)
- Fix a simple typo in an unsupported reason message for blocks with children in content libraries
This commit is contained in:
@@ -310,7 +310,8 @@ def validate_can_add_block_to_library(
|
||||
if block_class.has_children:
|
||||
raise IncompatibleTypesError(
|
||||
_(
|
||||
'The "{block_type}" XBlock (ID: "{block_id}") has children, so it not supported in content libraries.'
|
||||
'The "{block_type}" XBlock (ID: "{block_id}") has children,'
|
||||
' so it is not supported in content libraries.'
|
||||
).format(block_type=block_type, block_id=block_id)
|
||||
)
|
||||
# Make sure the new ID is not taken already:
|
||||
|
||||
Reference in New Issue
Block a user