Skip to content

Commit

Permalink
Language: Improve language term used to see lps list
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier authored Mar 9, 2025
1 parent c3e6426 commit c84fdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/lp/learnpath.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ public function get_navigation_bar($barId = '')
$previousText = get_lang('ScormPrevious');
$nextText = get_lang('ScormNext');
$fullScreenText = get_lang('ScormExitFullScreen');
$lessonsText = get_lang('Lessons');
$lessonsText = get_lang('LearningPathsList');

$settings = api_get_configuration_value('lp_view_settings');
$display = isset($settings['display']) ? $settings['display'] : false;
Expand Down

0 comments on commit c84fdcf

Please sign in to comment.