Add missing language string

This commit is contained in:
Kumi 2021-11-30 11:42:37 +01:00
parent 91a7a7884b
commit af47f28d4c
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@
defined('MOODLE_INTERNAL') || die();
$string['modulename'] = '360° Content';
$string['modulename'] = '360° Content';
$string['modulename'] = $string['modulename'];
$string['pluginname'] = $string['modulename'];
$string['settings'] = 'Settings';

View file

@ -2,7 +2,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = "2021113001";
$plugin->version = "2021113002";
$plugin->component = 'mod_expcontent';
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = 'v0.0.1';