replace deprecated text-muted css class with bootstrap-5.3's text-body-secondary

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-10-15 10:29:43 +02:00
parent f757233d61
commit 597e765677
17 changed files with 24 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
<i class="fa-solid fa-download me-1"></i>
{{ lng('update.update') }}
</h5>
<span class="text-muted">{{ lng('update.description') }}</span>
<span class="text-body-secondary">{{ lng('update.description') }}</span>
</div>
{% endblock %}