@ -9,7 +9,7 @@ $interbreadcrumb[] = [
'name' => get_lang('LearningPaths'),
];
Display::display_header(get_lang('CreateLpWithAiHelper'), 'Learnpath');
Display::display_header(get_lang('LpAiGenerator'), 'Learnpath');
echo '<div class="actions">';
echo '<a href="lp_controller.php?'.api_get_cidreq().'">'.
@ -129,7 +129,7 @@ if ($is_allowed_to_edit) {
$actionLeft .= Display::url(
Display::return_icon(
'help.png',
get_lang('CreateLpWithAiHelper'),
get_lang('LpAiGenerator'),
[],
ICON_SIZE_MEDIUM
),