From dddf991e2d875d6457ca09c1d72492c63b3e1752 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 22 Sep 2025 17:36:38 -0600 Subject: [PATCH] Update menu for the user profile --- core/users/app_menu.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core/users/app_menu.php b/core/users/app_menu.php index a912474782..c7f8b10a59 100644 --- a/core/users/app_menu.php +++ b/core/users/app_menu.php @@ -33,8 +33,8 @@ $y=0; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; - $apps[$x]['menu'][$y]['title']['en-us'] = "Account Settings"; - $apps[$x]['menu'][$y]['title']['en-gb'] = "Account Settings"; + $apps[$x]['menu'][$y]['title']['en-us'] = "Account Profile"; + $apps[$x]['menu'][$y]['title']['en-gb'] = "Account Profile"; $apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات الحساب"; $apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta"; @@ -59,12 +59,10 @@ $y=0; $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['icon'] = ""; - $apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user"; + $apps[$x]['menu'][$y]['path'] = "/core/users/user_profile.php"; $apps[$x]['menu'][$y]['order'] = ""; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "user"; $apps[$x]['menu'][$y]['groups'][] = "agent"; $y++; - -?>