From 12952c577ce7fb9a2794c1defaf080972fde4dcc Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Mon, 7 Oct 2024 17:34:57 -0700 Subject: [PATCH] feat: update icons --- cms/templates/studio_xblock_wrapper.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/cms/templates/studio_xblock_wrapper.html b/cms/templates/studio_xblock_wrapper.html index 925bdf7ce116..0f1241be0b39 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 @@