This commit is contained in:
Norm Rasmussen
2022-05-04 15:47:09 -04:00
parent 90874413c3
commit 91caa83232
4 changed files with 10 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<div class="np-resource-subtitle">
{% capture subtitle_text %}
{%comment%}{% t .headline, key: current_school.course_vocabulary %}{%endcomment%}
Hey there {{ current_person.name }}! Welcome to your partner training center! Complete at least one of the courses to complete your certification.
Hey there {{ current_person.first_name }}! Welcome to your partner training center! Complete at least one of the courses to complete your certification.
{% endcapture %}
{{ subtitle_text | replace: "Courses", "tutorials" }}
</div>