feat(lang): add new language strings for EXP360 activity
Added 'Activity Name' and 'Content ID' strings to improve clarity and usability for users configuring EXP360 activities. Updated plugin version to ensure the changes are recognized. This enhances the user interface and ensures the correct version tracking.
This commit is contained in:
parent
87e610d313
commit
688e44ef2b
2 changed files with 3 additions and 1 deletions
|
@ -8,3 +8,5 @@ $string['exp360:submit'] = 'Submit EXP360 activity';
|
|||
$string['exp360:view'] = 'View EXP360 activity';
|
||||
$string['pluginadministration'] = 'EXP360 administration';
|
||||
$string['pluginname'] = 'EXP360';
|
||||
$string['exp360name'] = 'Activity Name';
|
||||
$string['contentid'] = 'Content ID';
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2024070501; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2024070502; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2021051700; // Requires this Moodle version
|
||||
$plugin->component = 'mod_exp360'; // Full name of the plugin (used for diagnostics)
|
Loading…
Reference in a new issue