diff --git a/logs/templates/logs/machine_history.html b/logs/templates/logs/machine_history.html index 4af9bf16..c2ad7368 100644 --- a/logs/templates/logs/machine_history.html +++ b/logs/templates/logs/machine_history.html @@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% trans "User" %} - {% trans "User" %} + {% trans "IPv4" %} {% trans "MAC address" %} {% trans "Start date" %} {% trans "End date" %} @@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc., - {{ event.user }} + {{ event.user }} {{ event.ipv4 }}