diff --git a/cms/templates/studio_xblock_wrapper.html b/cms/templates/studio_xblock_wrapper.html index 925bdf7ce11..0f1241be0b3 100644 --- a/cms/templates/studio_xblock_wrapper.html +++ b/cms/templates/studio_xblock_wrapper.html @@ -110,14 +110,16 @@ % else: % if upstream_info: % if upstream_info.error_message: - - + + ${_("Sourced from a library - but the upstream link is broken/invalid.")} % else: - + + ${_("Sourced from a library.")} % endif % endif @@ -136,7 +138,7 @@