Skip to content

Commit 36441b6

Browse files
Programs data source strings added
1 parent ef7785c commit 36441b6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

lang/en/block_dash.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,3 +769,12 @@
769769
$string['learningpathstart'] = 'Start';
770770
$string['learningpathfinish'] = 'Finish';
771771
$string['nocourselearnigpath'] = "No courses have been added to the learning path yet.";
772+
773+
// ... enrol program string.
774+
$string['programimagelink'] = 'Program image linked';
775+
$string['smart_coursebutton'] = 'Smart course button';
776+
$string['fullnamelinked'] = 'Fullname linked';
777+
$string['contextlinked'] = 'Context linked';
778+
$string['description'] = 'Description';
779+
$string['programs:view'] = 'View programs';
780+
$string['selfallocationwithkey'] = 'Sign up (Key required)';

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2024030600; // The current plugin version (Date: YYYYMMDDXX).
27+
$plugin->version = 2024030601; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2021051700; // Requires this Moodle version.
2929
$plugin->component = 'block_dash'; // Full name of the plugin (used for diagnostics).
3030
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)