471464272f
Fix spells and better words in context
10 lines
139 B
PHP
10 lines
139 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'flight' => 'Por vuelo',
|
|
'daily' => 'Diario',
|
|
'monthly' => 'Mensual',
|
|
],
|
|
];
|