Wording consistency and locales compiled for getting started views

This commit is contained in:
Mouse Reeve
2021-04-01 12:23:13 -07:00
parent 3b725fab63
commit f949d08034
12 changed files with 1016 additions and 502 deletions

View File

@ -23,7 +23,7 @@
<ul>
{% url 'get-started-profile' as url %}
<li {% if request.path in url %}class="is-active"{% endif %}>
<a {% if request.path in url %}aria-current="page"{% endif %} href="{{ url }}">{% trans "Create profile" %}</a>
<a {% if request.path in url %}aria-current="page"{% endif %} href="{{ url }}">{% trans "Create your profile" %}</a>
</li>
{% url 'get-started-books' as url %}
<li {% if request.path in url %}class="is-active"{% endif %}>