Empezando a trabajar en menus

This commit is contained in:
Jaime Jiménez
2023-04-29 11:26:41 +02:00
parent 688642f5ea
commit 59c05ee5fd
6 changed files with 150 additions and 44 deletions

View File

@ -156,7 +156,7 @@ function getDictionary($word=''){
'oauth_store' => lang("App.group_rules_label_oauth_store"),
'template_store' => lang("App.group_rules_label_template_store"),
'Tarifas' => 'Tarifas',
'Cliente' => 'Cliente'
'ImpresionCliente' => 'Cliente'
];
return array_key_exists($word,$dictionary)?$dictionary[$word] : $word;
} catch (Exception $e) {