♻️ refactor(logs): Add localization files and update existing translations for multiple languages
This commit is contained in:
@@ -32,7 +32,7 @@ export default function EmailLogPage() {
|
||||
{ accessorKey: 'status', header: t('column.status') },
|
||||
{
|
||||
accessorKey: 'created_at',
|
||||
header: t('column.createdAt'),
|
||||
header: t('column.time'),
|
||||
cell: ({ row }) => formatDate(row.original.created_at),
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user