diff --git a/cms/templates/js/license-selector.underscore b/cms/templates/js/license-selector.underscore
index 6bf3c97806a3..ab7752f56fce 100644
--- a/cms/templates/js/license-selector.underscore
+++ b/cms/templates/js/license-selector.underscore
@@ -102,7 +102,11 @@
<% _.each(enabled, function(option) { %>
<%- license.options[option.toUpperCase()].name %>
<% }); %>
- <%- gettext("Some Rights Reserved") %>
+ <% if (enabled.includes('sa')) {%>
+ <%- gettext(`CC-by-sa ${version}`) %>
+ <%} else {%>
+ <%- gettext("Some Rights Reserved") %>
+ <% } %>
<% } %>
<% } else { %>
<%- typeof licenseString == "string" ? licenseString : "" %>