mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
glossary portfolio caller - fixing tiny bug - incorrectly named string key (thanks dan for finding it!)
This commit is contained in:
parent
b816c08a3f
commit
ad1cfbb17e
@ -2509,7 +2509,7 @@ class glossary_entry_portfolio_caller extends portfolio_module_caller_base {
|
||||
}
|
||||
|
||||
public static function display_name() {
|
||||
return get_string('modname', 'glossary');
|
||||
return get_string('modulename', 'glossary');
|
||||
}
|
||||
|
||||
public function prepare_package() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user