Skip to content

Commit

Permalink
Replacement string - M4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Apr 3, 2024
1 parent 269fbf1 commit e52b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function is_section_visible(section_info $section): bool {
* @return string the page title
*/
public function page_title(): string {
return get_string('topicoutline');
return get_string('sectionoutline');
}

/**
Expand Down

0 comments on commit e52b2b8

Please sign in to comment.