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 #369 from edx/dan-f/update-enrollment-graph-tooltip
Browse files Browse the repository at this point in the history
Update enrollment graph tooltip copy
  • Loading branch information
dan-f committed Oct 21, 2015
2 parents 9e19ee1 + d64e9d7 commit 0956bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h4 class="section-title">{% trans "Daily Student Enrollment" %}</h4>
<div class="section-content section-data-viz">
<div class="analytics-chart-container">
<div class="chart-info">{% trans "Enrollments" %}</div>
{% trans "This graph displays total enrollment for the course calculated at the end of each day. Total enrollment includes new enrollments as well as unenrollments." as tip_text %}
{% trans "This graph displays the current enrollment for the course as of the end of each day. This includes new enrollments as well as unenrollments." as tip_text %}
{% include "chart_tooltip.html" with tip_text=tip_text track_category="trend" %}
<div id="enrollment-trend-view" class="analytics-chart">
{% include "loading.html" %}
Expand Down

0 comments on commit 0956bcb

Please sign in to comment.