Skip to content

Commit

Permalink
✏️ Fix typos on content type tips.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceFox authored and Arnaud-D committed May 27, 2020
1 parent c4d3dd3 commit 5091e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/tutorialv2/view/content.html
Expand Up @@ -182,7 +182,7 @@ <h2 class="subtitle">
{% if content.can_add_extract and content.can_add_container and can_add_something %}
<div class="ico-after warning">
<p>
{% trans "Ce contenu est actuellement vide." %}{% trans "Vous pouvez :" %}
{% trans "Ce contenu est actuellement vide." %} {% trans "Vous pouvez :" %}
</p>
<ul>
<li>
Expand All @@ -191,7 +191,7 @@ <h2 class="subtitle">
</li>
<li>
<a href="{% url "content:create-extract" content.pk content.slug %}">{% trans "Ajouter une section" %}</a>
{% trans " pour adopter le format mini-tuto composé uniquement de section." %}
{% trans " pour adopter le format mini-tuto composé uniquement de sections." %}
</li>
</ul>
</div>
Expand Down

0 comments on commit 5091e00

Please sign in to comment.