Update the user profile URL and label

This commit is contained in:
FusionPBX
2025-09-23 15:05:11 -06:00
committed by GitHub
parent 69c9c7c03a
commit a690108fb1
5 changed files with 31 additions and 58 deletions

View File

@@ -109,33 +109,6 @@ $text['description-users']['zh-cn'] = "增加、编辑、删除和搜索用户
$text['description-users']['ja-jp'] = "ユーザの追加、編集、削除、検索を行います。";
$text['description-users']['ko-kr'] = "추가, 편집, 삭제 및 검색 사용자.";
$text['title-user_profile']['en-us'] = "User Profile";
$text['title-user_profile']['en-gb'] = "User Profile";
$text['title-user_profile']['ar-eg'] = "ملف المستخدم";
$text['title-user_profile']['de-at'] = "Benutzerprofil";
$text['title-user_profile']['de-ch'] = "Benutzerprofil";
$text['title-user_profile']['de-de'] = "Benutzerprofil";
$text['title-user_profile']['el-gr'] = "Προφίλ Προσώπου";
$text['title-user_profile']['es-cl'] = "Perfil del Usuario";
$text['title-user_profile']['es-mx'] = "Perfil del Usuario";
$text['title-user_profile']['fr-ca'] = "Profil de l'Utilisateur";
$text['title-user_profile']['fr-fr'] = "Profil de l'Utilisateur";
$text['title-user_profile']['he-il'] = "פרופיל משתמש";
$text['title-user_profile']['it-it'] = "Profilo dell'Utente";
$text['title-user_profile']['ka-ge'] = "მომხმარებლის პროფილი";
$text['title-user_profile']['nl-nl'] = "Gebruikersprofiel";
$text['title-user_profile']['pl-pl'] = "Profil Użytkownika";
$text['title-user_profile']['pt-br'] = "Perfil do Usuário";
$text['title-user_profile']['pt-pt'] = "Perfil do Usuário";
$text['title-user_profile']['ro-ro'] = "Profil de utilizator";
$text['title-user_profile']['ru-ru'] = "Профиль пользователя";
$text['title-user_profile']['sv-se'] = "Användarprofil";
$text['title-user_profile']['uk-ua'] = "Профіль користувача";
$text['title-user_profile']['tr-tr'] = "Kullanıcı Profili";
$text['title-user_profile']['zh-cn'] = "用户资料";
$text['title-user_profile']['ja-jp'] = "ユーザープロフィール";
$text['title-user_profile']['ko-kr'] = "사용자 프로필";
$text['description-user_profile']['en-us'] = "You can use your account profile to update your email address, password, or to other profile settings.";
$text['description-user_profile']['en-gb'] = "You can use your account profile to update your email address, password, or to other profile settings.";
$text['description-user_profile']['ar-eg'] = "يمكنك استخدام ملف الملف الشخصي لحسابك لتعديل عنوان البريد الإلكتروني، كلمة المرور، أو أي إعدادات ملف أخرى.";

View File

@@ -45,14 +45,14 @@ $array['dashboard_widgets'][$x]['dashboard_widget_groups'][$y]['dashboard_widget
$array['dashboard_widgets'][$x]['dashboard_widget_groups'][$y]['group_name'] = 'admin';
$x++;
//account settings icon
//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_path'] = 'dashboard/icon';
$array['dashboard_widgets'][$x]['widget_icon'] = 'fa-solid fa-user-gear';
$array['dashboard_widgets'][$x]['widget_icon_color'] = '#0292FF';
$array['dashboard_widgets'][$x]['widget_url'] = '/core/users/user_edit.php?id=user';
$array['dashboard_widgets'][$x]['widget_url'] = '/core/users/user_profile.php';
$array['dashboard_widgets'][$x]['widget_target'] = 'self';
$array['dashboard_widgets'][$x]['widget_width'] = '';
$array['dashboard_widgets'][$x]['widget_height'] = '';