diff --git a/lang/en/expcontent.php b/lang/en/expcontent.php index 2b42fd4..b61487d 100644 --- a/lang/en/expcontent.php +++ b/lang/en/expcontent.php @@ -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'; diff --git a/version.php b/version.php index 446baab..2494537 100644 --- a/version.php +++ b/version.php @@ -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';