Skip to content

Commit

Permalink
Minor: Use same language term as page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier authored Feb 9, 2025
1 parent 22c6e3a commit 5d81182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
$items[] = [
'class' => 'item-user-advanced_edit',
'url' => 'user_advanced_edit.php',
'label' => get_lang('UserAdvancedEdit'),
'label' => get_lang('AdvancedUserEdition'),
];
if (api_get_configuration_value('show_link_request_hrm_user')) {
$items[] = [
Expand Down Expand Up @@ -185,7 +185,7 @@
$items[] = [
'class' => 'item-user-advanced_edit',
'url' => 'user_advanced_edit.php',
'label' => get_lang('UserAdvancedEdit'),
'label' => get_lang('AdvancedUserEdition'),
];

if (api_is_session_admin()) {
Expand Down

0 comments on commit 5d81182

Please sign in to comment.