Minor: Update language term use in lp

pull/4614/head
Yannick Warnier 3 years ago
parent d0fb74ff7a
commit a90bb4165e
  1. 2
      main/lp/lp_add_ai_helper.php
  2. 2
      main/lp/lp_list.php

@ -9,7 +9,7 @@ $interbreadcrumb[] = [
'name' => get_lang('LearningPaths'), 'name' => get_lang('LearningPaths'),
]; ];
Display::display_header(get_lang('CreateLpWithAiHelper'), 'Learnpath'); Display::display_header(get_lang('LpAiGenerator'), 'Learnpath');
echo '<div class="actions">'; echo '<div class="actions">';
echo '<a href="lp_controller.php?'.api_get_cidreq().'">'. echo '<a href="lp_controller.php?'.api_get_cidreq().'">'.

@ -129,7 +129,7 @@ if ($is_allowed_to_edit) {
$actionLeft .= Display::url( $actionLeft .= Display::url(
Display::return_icon( Display::return_icon(
'help.png', 'help.png',
get_lang('CreateLpWithAiHelper'), get_lang('LpAiGenerator'),
[], [],
ICON_SIZE_MEDIUM ICON_SIZE_MEDIUM
), ),

Loading…
Cancel
Save