Commit 3d616d78 by sandroroux

Changed references to Weekly Highlights Emails in UI elements. 'Learn More' link…

Changed references to Weekly Highlights Emails in UI elements. 'Learn More' link in studio opens in new tab.
parent 64dd633f
...@@ -270,7 +270,7 @@ define(['jquery', 'backbone', 'underscore', 'gettext', 'js/views/baseview', ...@@ -270,7 +270,7 @@ define(['jquery', 'backbone', 'underscore', 'gettext', 'js/views/baseview',
}, },
getTitle: function() { getTitle: function() {
return gettext('Enable Weekly Course Highlight Messages'); return gettext('Enable Weekly Highlight Emails');
}, },
getIntroductionMessage: function() { getIntroductionMessage: function() {
......
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
<% } else { %> <% } else { %>
<button class="status-highlights-enabled-value button" aria-labelledby="highlights-enabled-label"><%- gettext('Enable Now') %></button> <button class="status-highlights-enabled-value button" aria-labelledby="highlights-enabled-label"><%- gettext('Enable Now') %></button>
<% } %> <% } %>
<a class="status-highlights-enabled-info" href="<%- highlights_doc_url %>">Learn more</a> <a class="status-highlights-enabled-info" href="<%- highlights_doc_url %>" target="_blank">Learn more</a>
</div> </div>
<p> <p>
<%- gettext( <%- gettext(
'When you enable weekly course highlight messages, learners ' + 'When you enable weekly highlight emails, learners ' +
'automatically receive weekly email messages for each section that ' + 'automatically receive weekly email messages for each section that ' +
'has highlights. You cannot disable highlights after you start ' + 'has highlights. You cannot disable highlights after you start ' +
'sending them.' 'sending them.'
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<% // xss-lint: disable=underscore-not-escaped %> <% // xss-lint: disable=underscore-not-escaped %>
<%= edx.HtmlUtils.interpolateHtml( <%= edx.HtmlUtils.interpolateHtml(
gettext( gettext(
'Are you sure you want to enable weekly course highlight messages? ' 'Are you sure you want to enable weekly highlight emails? '
+ '{linkStart}Learn more.{linkEnd}' + '{linkStart}Learn more.{linkEnd}'
), ),
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment