diff --git a/resources/lang/it/cachet.php b/resources/lang/it/cachet.php index 3ebf1399a..a899c7b97 100644 --- a/resources/lang/it/cachet.php +++ b/resources/lang/it/cachet.php @@ -52,9 +52,9 @@ return [ // Metrics 'metrics' => [ 'filter' => [ - 'hourly' => 'Ogni ora', - 'daily' => 'Giornaliero', - 'monthly' => 'Mensile', + 'hourly' => 'Ultime 12 ore', + 'weekly' => 'Settimana', + 'monthly' => 'Mese', ], ],