Skip to content

Commit fcd97b2

Browse files
authored
Update crud.php change Yesterday key from "Domani" to "Ieri"
1 parent 0ecf7e4 commit fcd97b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/lang/it/crud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
//filters language strings
142142
'today' => 'Oggi',
143-
'yesterday' => 'Domani',
143+
'yesterday' => 'Ieri',
144144
'last_7_days' => 'Ultimi 7 giorni',
145145
'last_30_days' => 'Ultimi 30 giorni',
146146
'this_month' => 'Questo mese',

0 commit comments

Comments
 (0)