Skip to content

Commit

Permalink
issue #39: add missing lang string
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Nov 29, 2024
1 parent 41bf516 commit 575820a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lang/en/local_integrity.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@
$string['statement:cancel'] = 'Cancel';
$string['statement:agree'] = 'I have read and agree to the above statement.';
$string['statement:agreementrequired'] = 'You must agree to continue.';
$string['subplugintype_integritystmt'] = 'Integrity statements';
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_integrity';
$plugin->release = 2024112201;
$plugin->version = 2024112201;
$plugin->release = 2024112202;
$plugin->version = 2024112202;
$plugin->requires = 2024100700;
$plugin->supported = [405, 405];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 575820a

Please sign in to comment.