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++; - -?>