Fix string name

This commit is contained in:
Kumi 2021-11-30 12:09:04 +01:00
parent 63d2ff658d
commit a53097f422
2 changed files with 2 additions and 2 deletions

View file

@ -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';

View file

@ -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';