Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-dashboard
Commits
28f54f4e
Commit
28f54f4e
authored
Sep 30, 2014
by
Dennis Jen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #140 from edx/dsjen/geo-summary-copy
Updated geo summary copy (change use of prevalent).
parents
20d1b7b5
67ab19e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
analytics_dashboard/courses/templates/courses/enrollment_geography.html
+3
-3
No files found.
analytics_dashboard/courses/templates/courses/enrollment_geography.html
View file @
28f54f4e
...
@@ -56,15 +56,15 @@ Individual course-centric enrollment geography view.
...
@@ -56,15 +56,15 @@ Individual course-centric enrollment geography view.
<div
class=
"col-xs-12 col-sm-3"
data-stat-type=
"top-country-{{ forloop.counter }}"
>
<div
class=
"col-xs-12 col-sm-3"
data-stat-type=
"top-country-{{ forloop.counter }}"
>
{% if forloop.first %}
{% if forloop.first %}
{# Translators: This string represents the country with the greatest number of enrolled students. #}
{# Translators: This string represents the country with the greatest number of enrolled students. #}
{% trans "
Most Prevalent Country
" as label %}
{% trans "
Top Country by Enrollment
" as label %}
{% trans "Country with the largest number of students." as tooltip %}
{% trans "Country with the largest number of students." as tooltip %}
{% elif forloop.counter == 2 %}
{% elif forloop.counter == 2 %}
{# Translators: This string represents the country with the second-greatest number of enrolled students. #}
{# Translators: This string represents the country with the second-greatest number of enrolled students. #}
{% trans "
2nd Most Prevalent Country
" as label %}
{% trans "
Second Country by Enrollment
" as label %}
{% trans "Country with the second largest number of students." as tooltip %}
{% trans "Country with the second largest number of students." as tooltip %}
{% elif forloop.counter == 3 %}
{% elif forloop.counter == 3 %}
{# Translators: This string represents the country with the third-greatest number of enrolled students. #}
{# Translators: This string represents the country with the third-greatest number of enrolled students. #}
{% trans "
3rd Most Prevalent Country
" as label %}
{% trans "
Third Country by Enrollment
" as label %}
{% trans "Country with the third largest number of students." as tooltip %}
{% trans "Country with the third largest number of students." as tooltip %}
{% endif %}
{% endif %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment