Skip to content

Commit

Permalink
placeholders string updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
raja-lmsace committed Apr 29, 2024
1 parent 609976e commit 34d91c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lang/en/pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,8 @@
$string['vardocstr'] = "The full list of available placeholders can be found in the ";
$string['placeholder'] = "Placeholders";
$string['documentation'] = "documentation";

// Added missing placeholders.
$string['others_vars'] = 'Others';
$string['others_vars_help'] = 'Additional placeholders';
$string['completionenrolled'] = 'enrolled';
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_pulse';
$plugin->version = 2024033006;
$plugin->version = 2024033007;
$plugin->requires = 2022112800; // Requires Moodle 4.1.
$plugin->release = 'v2.1';
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 34d91c7

Please sign in to comment.