From 0cacba347a6da5d6d7d352fe791eecba37503685 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Wed, 4 Jun 2025 09:10:03 +0000 Subject: [PATCH] Update js/script.js --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 601e61f..08a5b33 100644 --- a/js/script.js +++ b/js/script.js @@ -50,7 +50,7 @@ function applyFilter() { headerRow.insertCell().textContent = 'Codice Fermata'; headerRow.insertCell().textContent = 'Veicolo'; headerRow.insertCell().textContent = ' '; - headerRow.insertCell().textContent = 'Orario'; + headerRow.insertCell().textContent = 'Ultimo Aggiornamento'; // Aggiungi i dati alla tabella const tbody = table.createTBody();