From a90bb4165ee8b0aa302b1b5fbdd2349399985bc4 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 15 Feb 2023 14:37:03 +0100 Subject: [PATCH] Minor: Update language term use in lp --- main/lp/lp_add_ai_helper.php | 2 +- main/lp/lp_list.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/lp/lp_add_ai_helper.php b/main/lp/lp_add_ai_helper.php index ca89cb67ce..90c115f8e0 100644 --- a/main/lp/lp_add_ai_helper.php +++ b/main/lp/lp_add_ai_helper.php @@ -9,7 +9,7 @@ $interbreadcrumb[] = [ 'name' => get_lang('LearningPaths'), ]; -Display::display_header(get_lang('CreateLpWithAiHelper'), 'Learnpath'); +Display::display_header(get_lang('LpAiGenerator'), 'Learnpath'); echo '
'; echo ''. diff --git a/main/lp/lp_list.php b/main/lp/lp_list.php index fb28a752ce..353b059f09 100755 --- a/main/lp/lp_list.php +++ b/main/lp/lp_list.php @@ -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 ),