refs #1657 language text

This commit is contained in:
Cüneyt Şentürk 2020-11-11 19:20:19 +03:00
parent 6428538461
commit 90f47beed3

View File

@ -4,6 +4,12 @@ return [
'columns' => [
'last_logged_in_at' => 'Last Login',
'paid_at' => 'Paid Date',
'started_at' => 'Started Date',
'ended_at' => 'Ended Date',
'billed_at' => 'Bill Date',
'due_at' => 'Due Date',
'invoiced_at' => 'Invoice Date',
],
];