Skip to content

Commit d835dfd

Browse files
authored
Merge pull request #5790 from mrinaldidfs/patch-1
Update crud.php change Yesterday key from "Domani" to "Ieri"
2 parents a834eef + fcd97b2 commit d835dfd

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)