Skip to content
Snippets Groups Projects
Commit 6248547f authored by Tim Fechner's avatar Tim Fechner Committed by Tim Fechner
Browse files

Add some more english text

parent 3dc4cccd
Branches
No related tags found
No related merge requests found
......@@ -94,7 +94,11 @@
<div class="col-md-6">
{% if minion.outdated_package_count > 0 %}
<p class="next-to-input-text text-warning">
There are updates for <b>{{ minion.outdated_package_count }}</b> installed packages!
<i class="fa fa-fw fa-exclamation-triangle"></i> There are updates for <b>{{ minion.outdated_package_count }}</b> installed packages!
</p>
{% else %}
<p class="next-to-input-text text-success">
<i class="fa fa-fw fa-check"></i> Every installed package is up to date!
</p>
{% endif %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment