Recent articles -> Last articles

This commit is contained in:
Fabrice Mouhartem 2022-07-05 14:10:42 +02:00
parent 9e3054ed67
commit b29991255f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{% block content %} {% block content %}
<h1 class="section-heading" style="font-variant: small-caps">{{ gettext('Recent Articles') }}</h1> <h1 class="section-heading" style="font-variant: small-caps">{{ gettext('Last Articles') }}</h1>
{% for article in articles %} {% for article in articles %}
{% if loop.index > PAGE_PAGINATION %}{% break %}{% endif %} {% if loop.index > PAGE_PAGINATION %}{% break %}{% endif %}
<div class="post-preview"> <div class="post-preview">

View File

@ -40,8 +40,8 @@ msgstr "Catégorie:"
msgid "Categories" msgid "Categories"
msgstr "Catégories" msgstr "Catégories"
msgid "Recent Articles" msgid "Last Articles"
msgstr "Articles Récents" msgstr "Derniers Articles"
msgid "Translation:" msgid "Translation:"
msgstr "Traduction:" msgstr "Traduction:"