Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #576 from edx/thallada/forums-copy-edits
Browse files Browse the repository at this point in the history
AN-7880 Engagement page copy edits for discussions
  • Loading branch information
thallada authored Oct 27, 2016
2 parents 13ddf07 + 0a9151f commit 5556aa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acceptance_tests/test_course_engagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _test_table(self):

headings = [u'Week Ending', u'Active Students', u'Watched a Video', u'Tried a Problem']
if ENABLE_FORUM_POSTS:
headings.append(u'Posted in Forum')
headings.append(u'Participated in Discussions')
headings.append(u'Percent of Current Students')

self.assertTableColumnHeadingsEqual(table_selector, headings)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ <h4 class="section-title">{% trans "Student Activity Metrics" %}</h4>
{% switch show_engagement_forum_activity %}
<div class="col col-12 sm-col-12 md-col-3" data-activity-type="posted_forum">
{# Translators: This is a label indicating the number of students who posted in a forum discussion. #}
{% trans "Posted in a Discussion Last Week" as label %}
{% trans "Students who contributed to any discussion topic." as tooltip %}
{% trans "Participated in Discussions Last Week" as label %}
{% trans "Learners who added a post, response, or comment to any course discussion." as tooltip %}
{% summary_point summary.posted_forum label tooltip=tooltip additional_value=summary.posted_forum_percent_str %}
</div>
{% endswitch %}
Expand Down
2 changes: 1 addition & 1 deletion analytics_dashboard/static/js/engagement-content-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require(['vendor/domReady!', 'load/init-page'], function(doc, page) {
},
{
key: 'posted_forum',
title: gettext('Posted in Forum'),
title: gettext('Participated in Discussions'),
color: '#E78AC3',
className: 'text-right',
type: 'number'
Expand Down

0 comments on commit 5556aa4

Please sign in to comment.