mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-09 14:37:36 +01:00
Fix empty message on user to do page
This commit is contained in:
parent
ff5f98558d
commit
9e6ded6544
@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="list-group-item"><i>No outdated packages.</i></p>
|
<p class="list-group-item"><i>{{ _("Nothing to do :)") }}</i></p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user