mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
empezada la estructura de tickets
This commit is contained in:
@ -818,5 +818,9 @@ return [
|
||||
"menu_oauth" => "Autenticaciones",
|
||||
"menu_template" => "Plantillas",
|
||||
|
||||
"menu_soporte" => "Soporte",
|
||||
"menu_soporte_new_ticket" => "Crear ticket",
|
||||
"menu_soporte_ticket_list" => "Mis tickets",
|
||||
|
||||
|
||||
];
|
||||
9
ci4/app/Language/es/Tickets.php
Normal file
9
ci4/app/Language/es/Tickets.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'ticket' => 'Ticket',
|
||||
'tickets' => 'Tickets',
|
||||
'moduleTitle' => 'Tickets',
|
||||
];
|
||||
Reference in New Issue
Block a user