We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b02e86 commit c2acd62Copy full SHA for c2acd62
user.php
@@ -146,7 +146,7 @@
146
if ($isspecificcourse) {
147
$pageheading = format_string($course->fullname, true, array('context' => $coursecontext));
148
} else {
149
- $pageheading = get_string('pluginname', 'mod_hsuforum');
+ $pageheading = 'Open Forum';
150
}
151
152
// Next we need to set up the loading of the navigation and choose a message
0 commit comments