AstraOS Ver. 1.14:
- UserAge detail: gesperrt -> gebannt
This commit is contained in:
parent
08f9faf39f
commit
7f487e6bf7
|
|
@ -41,7 +41,7 @@
|
|||
{% if result %}
|
||||
<div class="mt-6 border-t {% if maintenance_active %}border-yellow-500/30{% else %}border-purple-500/20{% endif %} pt-4">
|
||||
<h4 class="text-xl font-semibold mb-2">Aktion erforderlich</h4>
|
||||
<p class="text-lg mt-2">Diese Person muss für <span class="font-bold text-yellow-400">{{ result.ban_duration_days }}</span> Tage gesperrt werden.</p>
|
||||
<p class="text-lg mt-2">Diese Person muss für <span class="font-bold text-yellow-400">{{ result.ban_duration_days }}</span> Tage gebannt werden.</p>
|
||||
<div class="mt-4">
|
||||
<label for="ban-command" class="block text-sm font-medium text-gray-300">Bann-Befehl</label>
|
||||
<div class="flex items-center gap-2 mt-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue