Fix string name
This commit is contained in:
parent
63d2ff658d
commit
a53097f422
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$string['modulename'] = '360° Content';
|
||||
$string['modulename'] = $string['modulename'];
|
||||
$string['modulenameplural'] = $string['modulename'];
|
||||
$string['pluginname'] = $string['modulename'];
|
||||
|
||||
$string['settings'] = 'Settings';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = "2021113002";
|
||||
$plugin->version = "2021113003";
|
||||
$plugin->component = 'mod_expcontent';
|
||||
$plugin->maturity = MATURITY_ALPHA;
|
||||
$plugin->release = 'v0.0.1';
|
||||
|
|
Loading…
Reference in a new issue