Browse Source

Update app_menu.php

FusionPBX 7 years ago
parent
commit
e37f7fbbfc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/users/app_menu.php

+ 2 - 2
core/users/app_menu.php

@@ -35,7 +35,7 @@
 	$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
 	$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
 	$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte";
 	$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte";
 	$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרת חשבון";
 	$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרת חשבון";
-	$apps[$x]['menu'][$y]['title']['it-it'] = "Gestione Gruppi";
+	$apps[$x]['menu'][$y]['title']['it-it'] = "Impostazioni Utente";
 	$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
 	$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
 	$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia konta";
 	$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia konta";
 	$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações da conta";
 	$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações da conta";
@@ -52,4 +52,4 @@
 	$apps[$x]['menu'][$y]['groups'][] = "admin";
 	$apps[$x]['menu'][$y]['groups'][] = "admin";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 
 
-?>
+?>