Skip to content

Commit c2acd62

Browse files
INT-17877: Change Open Grader and Open Forum strings with Open LMS brand.
1 parent 9b02e86 commit c2acd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
if ($isspecificcourse) {
147147
$pageheading = format_string($course->fullname, true, array('context' => $coursecontext));
148148
} else {
149-
$pageheading = get_string('pluginname', 'mod_hsuforum');
149+
$pageheading = 'Open Forum';
150150
}
151151

152152
// Next we need to set up the loading of the navigation and choose a message

0 commit comments

Comments
 (0)