diff --git a/lernanta/templates/projects/project_edit.html b/lernanta/templates/projects/project_edit.html index 850c2f83..82a22067 100644 --- a/lernanta/templates/projects/project_edit.html +++ b/lernanta/templates/projects/project_edit.html @@ -47,7 +47,7 @@

  • {{ _('Status')}}{% if not is_challenge %}{{ _(' & Dates') }}{% endif %}
  • {% if not is_challenge %}
  • {{ _('Signup') }}
  • {% endif %}
  • {{ _('Participants') }}
  • - {% if is_challenge %}
  • {{ _('Next Steps') }}
  • {% endif %} + {% if is_challenge %}
  • {{ _('Associated Courses') }}
  • {% endif %} {% if not is_challenge %}{% endif %} {% if can_view_metric_overview %}
  • {{ _('Metrics') }}
  • {% endif %} {% else %} diff --git a/lernanta/templates/projects/project_edit_next_steps.html b/lernanta/templates/projects/project_edit_next_steps.html index 606e26b3..294db37a 100644 --- a/lernanta/templates/projects/project_edit_next_steps.html +++ b/lernanta/templates/projects/project_edit_next_steps.html @@ -4,8 +4,8 @@ {% block form %}
    -

    {{ _('Next Steps') }}

    -

    {{ _('View, add and remove challenges, study groups, courses, ... that the user should join upon completion of the challenge tasks.') }}

    +

    {{ _('Associated Courses') }}

    +

    {{ _('View, add and remove associated study groups and courses that a learner might want to visit after completing the challenge.') }}

    {% csrf_token %}