diff --git a/lms/www/cohorts/index.html b/lms/www/cohorts/index.html index 68009df8..9c0b9fab 100644 --- a/lms/www/cohorts/index.html +++ b/lms/www/cohorts/index.html @@ -3,7 +3,7 @@ {% block page_content %} {% if cohorts %} -
You don't have permission to manage this course.
+{{ _("You don't have permission to manage this course.") }}
{% endif %} {% endblock %} @@ -31,7 +31,7 @@ | {{ stats.join_requests }} join requests - Manage + {{ _("Manage") }}Course: {{course.title}} @@ -20,25 +20,25 @@
- Please login to be able to join the course.
+ {{ _("Please login to be able to join the course.") }}- If you don't already have an account, you can sign up for a new account. + {{ _("If you don't already have an account, you can") }} {{ _("sign up for a new account") }}.
- Login to continue + {{ _("Login to continue") }}You are already a student of this course.
- Start Learning → +{{ _("You are already a student of this course.") }}
+ {{ _("Start Learning") }} →We have received your request to join the course. You'll hear back from us soon.
+{{ _("We have received your request to join the course. You'll hear back from us soon.") }}
{{ _("Complete your {0} to access the courses.").format(profile_link) }}