From b3b91e37c6a3dd446e2c5b7ca5e7adc767cef4f2 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:28:34 -0700 Subject: [PATCH] Update user profile widget name (#7528) --- core/users/resources/dashboard/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/users/resources/dashboard/config.php b/core/users/resources/dashboard/config.php index 3ec50dc1b1..d57bf152d3 100644 --- a/core/users/resources/dashboard/config.php +++ b/core/users/resources/dashboard/config.php @@ -48,7 +48,7 @@ $x++; //user profile icon $array['dashboard_widgets'][$x]['dashboard_uuid'] = '3e2cbaa4-2bec-41b2-a626-999a59b8b19c'; $array['dashboard_widgets'][$x]['dashboard_widget_uuid'] = '8aa9bb66-7a62-4a90-b52e-68bd4ccf325f'; -$array['dashboard_widgets'][$x]['widget_name'] = 'Account Settings'; +$array['dashboard_widgets'][$x]['widget_name'] = 'User Profile'; $array['dashboard_widgets'][$x]['widget_path'] = 'dashboard/icon'; $array['dashboard_widgets'][$x]['widget_icon'] = 'fa-solid fa-user-gear'; $array['dashboard_widgets'][$x]['widget_icon_color'] = '#0292FF';